C# Class FAManagementStudio.Models.FieldType

Show file Open project: degarashi0913/FAManagementStudio Class Usage Examples

Public Methods

Method Description
FieldType ( short type, short subType, short cLength, short precision, short scale, short fieldLength )
ToString ( ) : string

Private Methods

Method Description
GetFixedPointDataType ( string typeName, short subType, short precision, short scale ) : string
GetTypeFromFirebirdType ( short type, short subType, short cLength, short precision, short scale, short fieldLength ) : string

Method Details

FieldType() public method

public FieldType ( short type, short subType, short cLength, short precision, short scale, short fieldLength )
type short
subType short
cLength short
precision short
scale short
fieldLength short

ToString() public method

public ToString ( ) : string
return string