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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.