AzureMySqlTableDataset.TableName Property

Definition

Gets or sets the Azure MySQL database table name. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to