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.12.0.0 (5.12.0)
Syntaxpublic IFieldType GetFieldTypeInstance(
	string fieldTypeAsString
)
Public Function GetFieldTypeInstance ( 
	fieldTypeAsString As String
) As IFieldType
Parameters
- fieldTypeAsString
 - Type: SystemString
The field type as string. 
Return Value
Type: 
IFieldTypethe element referenced or null if not found
See Also