Click or drag to resize

TvfCallDefinition.CreateFieldElement Method

Creates a new field element.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.TvfCalls
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax
protected override FieldElement CreateFieldElement(
	string fieldName,
	IProjectElementFieldMapTargetElement targetField,
	IFieldType fieldType
)

Parameters

fieldName
Type: System.String
Name of the field.
targetField
Type: SD.LLBLGen.Pro.DBDriverCore.IProjectElementFieldMapTargetElement
The target field.
fieldType
Type: SD.LLBLGen.Pro.ApplicationCore.IFieldType
Type of the field.

Return Value

Type: FieldElement
new fieldelement instance
See Also