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 = 4Internal use only.
IsForInfoQuery = 8Specified 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 = 7Sets the maximum row number needed.
QueryIsDistinct = 5Gets 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 = 2Gets the schema row usage. Is handled by the wrapper classes automatically.
ServerTableNeedRefresh = 1000Specified as option for the Web Designer to access the combit.Reporting.DataProviders.IVolatileTable.NeedsRefresh from the original source.
SupportedAs1to1Relation = 6Gets if a certain relation (name is passed in the value parameter) is supported as 1:1 relation. Is handled by the wrapper classes automatically.