Click or drag to resize
TableValuedFunctionPersistenceInfoAddFieldPair Method
Adds the information of a return element field - resultset field pair.

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
public TableValuedFunctionPersistenceInfo AddFieldPair(
	string returnElementFieldName,
	string tvfResultsetFieldName,
	Type resultsetFieldDotNetType,
	TypeConverter converterToUse
)

Parameters

returnElementFieldName
Type: SystemString
Name of the return element field. Has to be unique.
tvfResultsetFieldName
Type: SystemString
Name of the TVF resultset field.
resultsetFieldDotNetType
Type: SystemType
.NET Type of the resultset field
converterToUse
Type: System.ComponentModelTypeConverter
The converter to use.

Return Value

Type: TableValuedFunctionPersistenceInfo
this persistence info instance
See Also