Compartir a través de


TableRequestOptions.PropertyResolver Propiedad

Definición

Obtiene o establece el delegado que se usa para obtener para EdmType una propiedad de entidad dada la clave de partición, la clave de fila y el nombre de propiedad.

public Func<string,string,string,string,Microsoft.Azure.Cosmos.Table.EdmType> PropertyResolver { get; set; }
member this.PropertyResolver : Func<string, string, string, string, Microsoft.Azure.Cosmos.Table.EdmType> with get, set
Public Property PropertyResolver As Func(Of String, String, String, String, EdmType)

Valor de propiedad

Se aplica a