IDataLayer.CreateCommand() Method
When implemented by a class, creates a command if storage allows commands to be created.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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