Click or drag to resize
GroupableModelElementCreateFieldElement Method
Creates a new field element.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual FieldElement CreateFieldElement(
	string fieldName,
	IProjectElementFieldMapTargetElement targetField,
	IFieldType fieldType
)

Parameters

fieldName
Type: SystemString
Name of the field.
targetField
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementFieldMapTargetElement
The target field.
fieldType
Type: SD.LLBLGen.Pro.ApplicationCoreIFieldType
Type of the field.

Return Value

Type: FieldElement
new fieldelement instance
See Also