DBSchemaStoredProcedures Property  | 
 
            Gets the stored procedures.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic IList<DBStoredProcedure> StoredProcedures { get; }Public ReadOnly Property StoredProcedures As IList(Of DBStoredProcedure)
	Get
Property Value
Type: 
IListDBStoredProcedure
See Also