TableValuedFunctionPersistenceInfo Constructor |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
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