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.5.0.0 (5.5.18.1019)
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