Click or drag to resize

SPCallDefinition.CreateFieldElement Method

Creates a new field element.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.StoredProcedureCalls
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.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