Share via


SapTableSource.RfcTableFields Property

Definition

Gets or sets the fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to