| FieldInfoProviderBaseCreateEntityField2 Method | 
 
            Creates a new EntityField2 instance with the elements provided.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
 Syntax
Syntaxprotected virtual IEntityField2 CreateEntityField2(
	IFieldInfo fieldInfo
)
Protected Overridable Function CreateEntityField2 ( 
	fieldInfo As IFieldInfo
) As IEntityField2
Parameters
- fieldInfo
- Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldInfo
 The field info.
Return Value
Type: 
IEntityField2new EntityField2 element
 See Also
See Also