ISqlDataStore.CreateCommand() Method
Creates a command if the data store allows commands to be created.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
Type | Description |
---|---|
IDbCommand | A IDbCommand command that is executed when connected to a data store. |
Remarks
An object returned by this method should be disposed of manually after use.
See Also