SimpleDataLayer.CreateCommand() Method
In This Article
Creates a command if the data store allows commands to be created.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public override IDbCommand CreateCommand()
#Returns
Type | Description |
---|---|
IDb |
A IDb |
#Remarks
This method is used to initialize the SchemaInitEventArgs.Command parameter of the IDataLayer.SchemaInit event. Generally there is no need to call it directly.
#Implements
See Also