Click or drag to resize
SectionAccessScope Enumeration
This enum is used to control the behavior when retrieving a SectionAccessTable.

Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: 
Syntax
public enum SectionAccessScope
Members
  Member nameValueDescription
None0 Minimal information is retrieved, no information about columns or data.
IncludeColumns1 Information about the columns are included.
IncludeData2 All data rows are included.
See Also