C# Class VxColumnInfo, versaplex

Mostra file Open project: apenwarr/versaplex Class Usage Examples

Public Methods

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

Method Details

VxColumnInfo() public method

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
return System