C# Class VxColumnInfo, versaplex

Afficher le fichier Open project: apenwarr/versaplex Class Usage Examples

Méthodes publiques

Méthode Description
VxColumnInfo ( string colname, VxColumnType vxcoltype, bool nullable, int size, short precision, short scale ) : System

Method Details

VxColumnInfo() public méthode

public VxColumnInfo ( string colname, VxColumnType vxcoltype, bool nullable, int size, short precision, short scale ) : System
colname string
vxcoltype VxColumnType
nullable bool
size int
precision short
scale short
Résultat System