Knight Data Access Layer
CreateCommand Method




KellermanSoftware.NetDataAccessLayer Namespace > BaseDatabaseProvider Class : CreateCommand Method
Creates new command with the given command text
Syntax
Protected Function CreateCommand( _
   ByVal text As String _
) As IDbCommand
Dim instance As BaseDatabaseProvider
Dim text As String
Dim value As IDbCommand
 
value = instance.CreateCommand(text)
protected IDbCommand CreateCommand( 
   string text
)
protected: IDbCommand* CreateCommand( 
   string* text
) 
protected:
IDbCommand^ CreateCommand( 
   String^ text
) 

Parameters

text
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

Reference

BaseDatabaseProvider Class
BaseDatabaseProvider Members