Click or drag to resize

FieldElement.IMappableField.SetNewFieldTypeProperties 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.6.0.0 (5.6.19.0117)
Syntax
void IMappableField.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.

Implements

IMappableField.SetNewFieldTypeProperties(Int32, Int32, Int32)
See Also