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

プロパティ値

IEnumerable

クエリによって返されるオブジェクト。

適用対象