ThreadSafeDataLayer.CreateCommand() Method
Returns null because ThreadSafeDataLayer does not allow commands to be created manually.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Returns
Type | Description |
---|---|
IDbCommand | Always null (Nothing in Visual Basic). |
Implements
See Also