IPersistenceInfoProviderGetTvfCallInfo 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.10.0.0 (5.10.0)
SyntaxTableValuedFunctionPersistenceInfo GetTvfCallInfo(
	string tvfCallName
)
Function GetTvfCallInfo ( 
	tvfCallName As String
) As TableValuedFunctionPersistenceInfo
Parameters
- tvfCallName
 - Type: SystemString
Name of the TVF call. 
Return Value
Type: 
TableValuedFunctionPersistenceInfo
See Also