Click or drag to resize
IMappableFieldSetNewFieldType Method
Sets the new type of the field. If CanSetNewFieldType returns false, this method is a no-op.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Interfaces
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void SetNewFieldType(
	IFieldType newFieldType
)

Parameters

newFieldType
Type: SD.LLBLGen.Pro.ApplicationCoreIFieldType
New type of the field.
See Also