SchemaInitEventArgs.Command Property
Gets an SQL statement which can be executed while connected to an SQL data source.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
IDbCommand | An object which implements the IDbCommand interface. |
Remarks
For more information on executing commands, see the Executing a Command in MSDN.
See Also