SimpleDataLayer.CreateCommand() Method
Creates a command if the data store 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 the data store; null if the data store doesn’t allow commands to be created. |
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