EntityDataSourceSelectedEventArgs.Results 屬性

定義

取得查詢傳回的物件。

public:
 property System::Collections::IEnumerable ^ Results { System::Collections::IEnumerable ^ get(); };
public System.Collections.IEnumerable Results { get; }
member this.Results : System.Collections.IEnumerable
Public ReadOnly Property Results As IEnumerable

屬性值

查詢所傳回的物件。

適用於