Click or drag to resize

PersistenceInfoProviderBase.AddElementMapping 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.4.0.0 (5.4.0)
Syntax
protected void AddElementMapping(
	string elementName,
	string tvfCallName
)

Parameters

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