ModelDataSourceView.CreateSelectResult(Object) Method

Definition

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