Click or drag to resize

SchemaFetchFlags Enumeration

Definition of different flags to signal a database driver which elements to fetch from the schemas in a catalog.

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
[FlagsAttribute]
public enum SchemaFetchFlags
Members
  Member nameValueDescription
None0 Nothing.
Tables1 Retrieve the schema information for all tables
Views2 Retrieve the schema information for all views
StoredProcedures4 Retrieve the schema information for all stored procedures
CustomProperties8 Retrieve the schema information for all custom properties (extended properties) for tables, table fields, views, view fields, and stored procedures.
See Also