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)
Syntaxvoid SetNewFieldTypeProperties(
	int length,
	int precision,
	int scale
)
Sub SetNewFieldTypeProperties ( 
	length As Integer,
	precision As Integer,
	scale As Integer
)
Parameters
- length
 - Type: SystemInt32
The length. - precision
 - Type: SystemInt32
The precision. - scale
 - Type: SystemInt32
The scale. 
See Also