Click or drag to resize

IMappableField.SetNewFieldTypeProperties 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.4.0.0 (5.4.0)
Syntax
void SetNewFieldTypeProperties(
	int length,
	int precision,
	int scale
)

Parameters

length
Type: System.Int32
The length.
precision
Type: System.Int32
The precision.
scale
Type: System.Int32
The scale.
See Also