Click or drag to resize
PersistenceInfoProviderBaseAddElementMapping Method (String, String)
Specifies that the element with the name elementName is mapped onto the resultset of the tvf call with the name tvfCallName.

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
protected void AddElementMapping(
	string elementName,
	string tvfCallName
)

Parameters

elementName
Type: SystemString
Name of the element.
tvfCallName
Type: SystemString
Name of the TVF call.
See Also