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

ThreadSafeDataLayer.CreateCommand() Method

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public override IDbCommand CreateCommand()

Returns

Type Description
IDbCommand

Always null (Nothing in Visual Basic).

Implements

See Also