Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IDataLayer.CreateCommand() Method

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.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