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.2.0.0 (5.2.17.0403)
Syntax public 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