Click or drag to resize

ProjectGetFieldTypeInstance Method

Gets the field type instance based on the fieldtype as string passed in. This routine checks whether the passed in string is a grouped element reference If not, it tries to check whether the string is a type shortcut. if not, it returns null, otherwise it will return the element represented.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public IFieldType GetFieldTypeInstance(
	string fieldTypeAsString
)

Parameters

fieldTypeAsString
Type: SystemString
The field type as string.

Return Value

Type: IFieldType
the element referenced or null if not found
See Also