Class TableList.TablesData.ViewData
Additional details for a view.
Inheritance
object
TableList.TablesData.ViewData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TableList.TablesData.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 |
---|---|
bool? |