Skip to main content
A newer version of this page is available. .

IDataLayer.CreateCommand() Method

When implemented by a class, creates a command if storage allows commands to be created.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

IDbCommand CreateCommand()

Returns

Type Description
IDbCommand

A IDbCommand command that is executed when connected to storage.

Remarks

An object returned by this method should be disposed of manually after use.

See Also