Skip to main content

ISqlDataStore.CreateCommand() Method

Creates a command if the data store allows commands to be created.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IDbCommand CreateCommand()

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