ThreadSafeDataLayer.CreateCommand() Method
In This Article
Returns null because ThreadSafeDataLayer does not allow commands to be created manually.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public override IDbCommand CreateCommand()
#Returns
Type | Description |
---|---|
IDb |
Always null (Nothing in Visual Basic). |
#Implements
See Also