DataService<T>.CreateDataSource Method
Creates a data source of the template class that will be used by the data service.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Protected Overridable Function CreateDataSource As T
'Usage
Dim returnValue As T
returnValue = Me.CreateDataSource()
protected virtual T CreateDataSource()
protected:
virtual T CreateDataSource()
abstract CreateDataSource : unit -> 'T
override CreateDataSource : unit -> 'T
protected function CreateDataSource() : T
Return Value
Type: T
An instance of the data source.
Remarks
By default, a constructor without parameters on the type will be used if available.