Chili.Opf3 Send comments on this topic.
CreateCommand Method
See Also 
Chili.Opf3.Storages Namespace > SqlRawStorageAccess Class : CreateCommand Method




Overload List

OverloadDescription
CreateCommand(IDbConnection) Creates a command for the storage. The specified connection is set as connection of the command.  
CreateCommand() Creates a command for the storage. The current transasction and connection is set automatically.  
CreateCommand(String) Creates a command for the storage. The current transasction and connection is set automatically.  
CreateCommand(String,IDataParameter[]) Creates a command for the storage. The current transasction and connection is set automatically.  
CreateCommand(IQuery) Creates a command for the storage. The current transaction and connection is set automatically.  

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also