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
Returns
Type | Description |
---|---|
IDbCommand | Always null (Nothing in Visual Basic). |
Implements
See Also