DataService<T>.CreateDataSource 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.
Creates a data source of the template class that will be used by the data service.
protected:
virtual T CreateDataSource();
protected virtual T CreateDataSource ();
abstract member CreateDataSource : unit -> 'T
override this.CreateDataSource : unit -> 'T
Protected Overridable Function CreateDataSource () As T
Returns
T
An instance of the data source.
Remarks
By default, a constructor without parameters on the type will be used if available.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.