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

查询所返回的类型。

适用于