Class XPVistaDBIndexInformation
- Namespace
- DevExpress.Xpo.DB.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public abstract class XPVistaDBIndexInformation
- Inheritance
-
XPVistaDBIndexInformation
- Derived
-
- Inherited Members
-
Constructors
protected XPVistaDBIndexInformation()
Properties
public abstract string KeyExpression { get; }
Property Value
- string
public abstract string Name { get; }
Property Value
- string
public abstract bool Primary { get; }
Property Value
- bool
public abstract bool Unique { get; }
Property Value
- bool