Compartir a través de


TabularTranslator.ColumnMappings Propiedad

Definición

Obtiene o establece asignaciones de columnas. Ejemplo: "UserId: MyUserId, Group: MyGroup, Name: MyName" Type: string (o Expression with resultType string). Esta propiedad se retirará. Use la propiedad mappings.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a