Table of Contents

Class XPVistaDBColumnAttributes<VDBCA>

Namespace
DevExpress.Xpo.DB.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class XPVistaDBColumnAttributes<VDBCA> : XPVistaDBColumnAttributes

Type Parameters

VDBCA
Inheritance
XPVistaDBColumnAttributes<VDBCA>
Inherited Members

Constructors

XPVistaDBColumnAttributes(VDBCA)

public XPVistaDBColumnAttributes(VDBCA vistaCA)

Parameters

vistaCA VDBCA

Properties

AllowNull

public override bool AllowNull { get; }

Property Value

bool

MaxLength

public override int MaxLength { get; }

Property Value

int

Name

public override string Name { get; }

Property Value

string

SystemType

public override Type SystemType { get; }

Property Value

Type