Table of Contents

Class XPVistaDBIndexInformation<VDBII>

Namespace
DevExpress.Xpo.DB.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class XPVistaDBIndexInformation<VDBII> : XPVistaDBIndexInformation

Type Parameters

VDBII
Inheritance
XPVistaDBIndexInformation<VDBII>
Inherited Members

Constructors

XPVistaDBIndexInformation(VDBII)

public XPVistaDBIndexInformation(VDBII vistaII)

Parameters

vistaII VDBII

Properties

KeyExpression

public override string KeyExpression { get; }

Property Value

string

Name

public override string Name { get; }

Property Value

string

Primary

public override bool Primary { get; }

Property Value

bool

Unique

public override bool Unique { get; }

Property Value

bool