Skip to main content
.NET 6.0+

SchemaInitEventArgs.Command Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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