Click or drag to resize

SchemaInfoType Enumeration

Schema object types used in obtaining schema information from a database view GetSchemaInfo(String, SchemaInfoType).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum SchemaInfoType
Members
  Member nameValueDescription
TableOrView1 The schema object is a table or view.
StoredProcedure2 The schema object is a stored procedure.
See Also