Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SchemaInitEventArgs.Command Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public IDbCommand Command { get; }

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