MSSqlConnectionProvider.NativeSkipTakeSupported Property
Indicates whether the connection provider supports the SKIP and TAKE (TOP) operators.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Boolean | true for Microsoft SQL Server version 2005 and later; otherwise, false. |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also