| ProcCheckType Enumeration | 
 
            Enum to specify what kind of check DBCatalogsCollection has to perform when it checks if there are procs in any of the catalogs.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic enum ProcCheckType
Public Enumeration ProcCheckType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Action | 0 | 
            Just action procedures
             | 
 | Retrieval | 1 | 
            Just retrieval procedures
             | 
 | All | 2 | 
            Action and retrieval procedures
             | 
See Also