Table of Contents

Class XPVistaDBColumnAttributes

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

Constructors

XPVistaDBColumnAttributes()

protected XPVistaDBColumnAttributes()

Properties

AllowNull

public abstract bool AllowNull { get; }

Property Value

bool

MaxLength

public abstract int MaxLength { get; }

Property Value

int

Name

public abstract string Name { get; }

Property Value

string

SystemType

public abstract Type SystemType { get; }

Property Value

Type