.netCHARTING v10.5 Documentation


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

Parameters

conn
sqlStatement
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