IDataLayer.CreateCommand() Method
In This Article
When implemented by a class, creates a command if storage allows commands to be created.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
IDbCommand CreateCommand()
#Returns
Type | Description |
---|---|
IDb |
A IDb |
#Remarks
An object returned by this method should be disposed of manually after use.
See Also