| 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.3.0.0 (5.3.0)
Syntaxpublic IList<DBTableValuedFunction> TableValuedFunctions { get; }Public ReadOnly Property TableValuedFunctions As IList(Of DBTableValuedFunction)
	Get
Property Value
Type: 
IListDBTableValuedFunction
See Also