Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public enum ProcCheckType
Members
  Member nameValueDescription
Action0 Just action procedures
Retrieval1 Just retrieval procedures
All2 Action and retrieval procedures
See Also