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

쿼리에서 반환하는 개체입니다.

적용 대상