Class TableList.TablesData.ViewData
Additional details for a view.
Inheritance
System.Object
TableList.TablesData.ViewData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ViewData
Properties
UseLegacySql
True if view is defined in legacy SQL dialect, false if in standard SQL.
Declaration
[JsonProperty("useLegacySql")]
public virtual bool? UseLegacySql { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |