ModelDataSourceView.CreateSelectResult(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the result of a Select operation after converting it to an IEnumerable collection if it is not already one.
protected:
virtual System::Collections::IEnumerable ^ CreateSelectResult(System::Object ^ result);
protected virtual System.Collections.IEnumerable CreateSelectResult (object result);
abstract member CreateSelectResult : obj -> System.Collections.IEnumerable
override this.CreateSelectResult : obj -> System.Collections.IEnumerable
Protected Overridable Function CreateSelectResult (result As Object) As IEnumerable
Parameters
- result
- Object
The result of a Select operation.
Returns
The result of a Select operation, converted to an IEnumerable collection if it was not originally one.
Exceptions
The return value is not the correct type.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.