DBSchemaTableValuedFunctions Property |
Gets the table valued functions.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public IList<DBTableValuedFunction> TableValuedFunctions { get; }
Public ReadOnly Property TableValuedFunctions As IList(Of DBTableValuedFunction)
Get
Property Value
Type:
IListDBTableValuedFunctionSee Also