| Overload | Description |
|---|---|
| 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