Click or drag to resize
FieldInfoProviderBaseCreateEntityField Method
Creates a new EntityField 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 IEntityField CreateEntityField(
	IFieldInfo fieldInfo,
	IFieldPersistenceInfo persistenceInfo
)

Parameters

fieldInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldInfo
The field info.
persistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The persistence info.

Return Value

Type: IEntityField
new EntityField element
See Also