JsonScalarExpression.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)

属性值

适用于