IDatabase.CreateCommand Method
Function CreateCommand( _
ByVal sql As String _
) As IDBCommand
This language is not supported or no code example is available.
IDBCommand CreateCommand(
string sql
)
This language is not supported or no code example is available.
IDBCommand^ CreateCommand(
String^ sql
)
This language is not supported or no code example is available.
Parameters
- sql
- string
the sql statement to use
Return Value
IDBCommandthe db command