OracleTableDataset.Table Property

Definition

Gets or sets the table name of the on-premises Oracle database. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.table")]
public object Table { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.table")>]
member this.Table : obj with get, set
Public Property Table As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to