Click or drag to resize
TableValuedFunctionPersistenceInfo Constructor
Initializes a new instance of the TableValuedFunctionPersistenceInfo class.

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(
	string tvfCallName,
	string catalogName,
	string schemaName,
	string functionName
)

Parameters

tvfCallName
Type: SystemString
Name of the TVF call.
catalogName
Type: SystemString
Name of the catalog.
schemaName
Type: SystemString
Name of the schema.
functionName
Type: SystemString
Name of the function.
See Also