Skip to main content
.NET Framework 4.6.2+

ThreadSafeDataLayer.CreateCommand() Method

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public override IDbCommand CreateCommand()

Returns

Type Description
IDbCommand

Always null (Nothing in Visual Basic).

Implements

See Also