Table of Contents

Class XPVistaDBIndexInformation

Namespace
DevExpress.Xpo.DB.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public abstract class XPVistaDBIndexInformation
Inheritance
XPVistaDBIndexInformation
Derived
Inherited Members

Constructors

XPVistaDBIndexInformation()

protected XPVistaDBIndexInformation()

Properties

KeyExpression

public abstract string KeyExpression { get; }

Property Value

string

Name

public abstract string Name { get; }

Property Value

string

Primary

public abstract bool Primary { get; }

Property Value

bool

Unique

public abstract bool Unique { get; }

Property Value

bool