public enum TableOption : System.Enum
public enum class TableOption : public System.Enum
'Declaration
Public Enum TableOption Inherits System.Enum
This enumeration contains several options that can be set or received via the ISupportTableOptions interface.
Member | Description |
---|---|
FilterIsTemporary | Internal use only. |
IsForInfoQuery | 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 | Sets the maximum row number needed. |
QueryIsDistinct | 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 | Gets the schema row usage. Is handled by the wrapper classes automatically. |
ServerTableNeedRefresh | Internal use only. |
SupportedAs1to1Relation | 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. |
System.Object
System.ValueType
System.Enum
combit.Reporting.DataProviders.TableOption
Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9