'Declaration Public Property UseXViews As Boolean
'Usage Dim instance As TdConnectionStringBuilder Dim value As Boolean instance.UseXViews = value value = instance.UseXViews
public bool UseXViews {get; set;}
'Declaration Public Property UseXViews As Boolean
'Usage Dim instance As TdConnectionStringBuilder Dim value As Boolean instance.UseXViews = value value = instance.UseXViews
public bool UseXViews {get; set;}
For example a tables schema query will access the dbc.tablesx table, in replacement of the dbc.tables table. The dbc.tables table is a system table that may contain many Teradata user id tables, where the dbc.tablesx will contain only a users privately owned tables.
Default Value: true
Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |