Table of Contents

Enum TableOption

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

This enumeration contains several options that can be set or received via the ISupportTableOptions interface.

public enum TableOption

Fields

FilterIsTemporary = 4

Internal use only.

IsForInfoQuery = 8

Specified if table is opened by clsDataProvider::OpenTableForInfoQuery(). The table will be used for defining the data structure or querying table options. It is allowed to return the schema row instead of real data.

MaximumRecordCount = 7

Sets the maximum row number needed.

QueryIsDistinct = 5

Gets or sets if the row enumerator should just return distinct values if possible. The core engine handles this itself as well, however if the database can handle it directly, it's much faster.

SchemaRowUsage = 2

Gets the schema row usage. Is handled by the wrapper classes automatically.

ServerTableNeedRefresh = 1000

Specified as option for the Web Designer to access the combit.Reporting.DataProviders.IVolatileTable.NeedsRefresh from the original source.

SupportedAs1to1Relation = 6

Gets if a certain relation (name is passed in the value parameter) is supported as 1:1 relation. Is handled by the wrapper classes automatically.