次の方法で共有


TableRequestOptions.PropertyResolver プロパティ

定義

パーティション キー、行キー、およびプロパティ名を指定して、エンティティ プロパティの を EdmType 取得するために使用されるデリゲートを取得または設定します。

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)

プロパティ値

適用対象