TableValuedFunctionPersistenceInfo Constructor |
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public TableValuedFunctionPersistenceInfo(
string tvfCallName,
string catalogName,
string schemaName,
string functionName
)
Public Sub New (
tvfCallName As String,
catalogName As String,
schemaName As String,
functionName As String
)
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