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.4.0.0 (5.4.0)
Syntaxpublic TableValuedFunctionPersistenceInfo AddFieldPair(
	string returnElementFieldName,
	string tvfResultsetFieldName,
	Type resultsetFieldDotNetType,
	TypeConverter converterToUse
)
Public Function AddFieldPair ( 
	returnElementFieldName As String,
	tvfResultsetFieldName As String,
	resultsetFieldDotNetType As Type,
	converterToUse As TypeConverter
) As TableValuedFunctionPersistenceInfo
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: 
TableValuedFunctionPersistenceInfothis persistence info instance
See Also