.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > DataEngine Class > DataEngine Constructor : DataEngine Constructor(String,String,TimeInterval)
Connection String
Sql statement
DateGrouping
DataEngine Constructor(String,String,TimeInterval)
Initializes a new instance of the DataEngine class with a ConnectionString, SqlStatement, and DateGrouping.
Syntax
'Declaration
 
Public Function New( _
   ByVal conn As String, _
   ByVal sqlStatement As String, _
   ByVal dateGrouping As TimeInterval _
)
'Usage
 
Dim conn As String
Dim sqlStatement As String
Dim dateGrouping As TimeInterval
 
Dim instance As New DataEngine(conn, sqlStatement, dateGrouping)

Parameters

conn
Connection String
sqlStatement
Sql statement
dateGrouping
DateGrouping
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also