Skip to main content
.NET 6.0+

ThreadSafeDataLayer.CreateCommand() Method

Returns null because ThreadSafeDataLayer does not allow commands to be created manually.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public override IDbCommand CreateCommand()

Returns

Type Description
IDbCommand

Always null (Nothing in Visual Basic).

Implements

See Also