Click or drag to resize
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
protected virtual IEntityField2 CreateEntityField2(
	IFieldInfo fieldInfo
)

Parameters

fieldInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldInfo
The field info.

Return Value

Type: IEntityField2
new EntityField2 element
See Also