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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.