Creates a data source of the template class that will be used by the data service.
Namespace:
System.Data.Services
Assembly:
System.Data.Services (in System.Data.Services.dll)
Visual Basic (Declaration)
Protected Overridable Function CreateDataSource As T
Dim returnValue As T
returnValue = Me.CreateDataSource()
protected virtual T CreateDataSource()
protected:
virtual T CreateDataSource()
protected function CreateDataSource() : T
Return Value
Type:
TAn instance of the data source.
By default, a constructor with no parameters on the type will be used if available.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5 SP1
Reference