次の方法で共有


JsonQueryExpression.Path プロパティ

定義

列に格納されている JSON のルートからエンティティに至るパス セグメントの一覧。

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.PathSegment> Path { get; }
member this.Path : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.PathSegment>
Public Overridable ReadOnly Property Path As IReadOnlyList(Of PathSegment)

プロパティ値

適用対象