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.4.0.0 (5.4.0)
Syntax protected void AddElementMapping(
string elementName,
string tvfCallName
)
Protected Sub AddElementMapping (
elementName As String,
tvfCallName As String
)
Parameters
- elementName
- Type: SystemString
Name of the element. - tvfCallName
- Type: SystemString
Name of the TVF call.
See Also