共用方式為


ObjectQuery<T>.Name 屬性

定義

取得或設定這個物件查詢的名稱。

public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

屬性值

字串值,這個字串值是這個 ObjectQuery<T> 的名稱。

例外狀況

設定時所指定的值無效。

適用於