Send feedback on this topic.
Teradata.Client.Provider
UseXViews Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : UseXViews Property
All schema queries will return only user owned data.
Syntax
'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;}
public:
property bool UseXViews {
   bool get();
   void set (    bool value);
}
Remarks

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

Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members