NET Caching Library Help
CreateCommand Method




KellermanSoftware.NetCachingLibrary.DatabaseProviders Namespace > BaseDatabaseProvider Class : CreateCommand Method
Creates new command with the given sql
Syntax
'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
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