SchemaInitEventArgs.Command Property
In This Article
Gets an SQL statement which can be executed while connected to an SQL data source.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public IDbCommand Command { get; }
#Property Value
Type | Description |
---|---|
IDb |
An object which implements the IDb |
#Remarks
For more information on executing commands, see the Executing a Command in MSDN.
See Also