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




Creates a command for the storage. The current transasction and connection is set automatically.

Syntax

Visual Basic (Declaration) 
Overloads Public Function CreateCommand() As IDbCommand
Visual Basic (Usage)Copy Code
Dim instance As SqlRawStorageAccess
Dim value As IDbCommand
 
value = instance.CreateCommand()
C# 
public IDbCommand CreateCommand()
Managed Extensions for C++ 
public: IDbCommand CreateCommand(); 
C++/CLI 
public:
IDbCommand CreateCommand(); 

Return Value

A command object that may be executed on the storage.

Requirements

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

See Also