Click or drag to resize
PersistenceInfoProviderBase.GetTvfCallInfo Method
Gets the persistence info for the tvf call with the name specified.

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 GetTvfCallInfo(
	string tvfCallName
)

Parameters

tvfCallName
Type: System.String
Name of the TVF call.

Return Value

Type: TableValuedFunctionPersistenceInfo

Implements

IPersistenceInfoProvider.GetTvfCallInfo(String)
See Also