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)
public DataEngine( string conn, string sqlStatement, TimeInterval 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