Back to Devexpress

SchemaInitEventArgs.Command Property

xpo-devexpress-dot-xpo-dot-schemainiteventargs.md

latest1.2 KB
Original Source

SchemaInitEventArgs.Command Property

Gets an SQL statement which can be executed while connected to an SQL data source.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public IDbCommand Command { get; }
vb
Public ReadOnly Property Command As IDbCommand

Property Value

TypeDescription
IDbCommand

An object which implements the IDbCommand interface.

|

Remarks

For more information on executing commands, see the Executing a Command in MSDN.

See Also

SchemaInitEventArgs Class

SchemaInitEventArgs Members

DevExpress.Xpo Namespace