Click or drag to resize
FieldElementIMappableFieldSetNewFieldTypeProperties Method
Sets the new field type properties.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void IMappableField.SetNewFieldTypeProperties(
	int length,
	int precision,
	int scale
)

Parameters

length
Type: SystemInt32
The length.
precision
Type: SystemInt32
The precision.
scale
Type: SystemInt32
The scale.

Implements

IMappableFieldSetNewFieldTypeProperties(Int32, Int32, Int32)
See Also