Click or drag to resize

IMappableFieldSetNewFieldTypeProperties Method

Sets the new field type properties.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Interfaces
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
void SetNewFieldTypeProperties(
	int length,
	int precision,
	int scale
)

Parameters

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