'Declaration Protected Function CreateCommand( _ ByVal sql As System.String _ ) As System.Data.IDbCommand
'Usage Dim instance As BaseDatabaseProvider Dim sql As System.String Dim value As System.Data.IDbCommand value = instance.CreateCommand(sql)
protected System.Data.IDbCommand CreateCommand( System.string sql )
protected: System.Data.IDbCommand* CreateCommand( System.string* sql )
protected: System.Data.IDbCommand^ CreateCommand( System.String^ sql )
Parameters
- sql