.NET Framework Class Library
DataService<(Of <(T>)>)..::.CreateDataSource Method

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)
Syntax

Visual Basic (Declaration)
Protected Overridable Function CreateDataSource As T
Visual Basic (Usage)
Dim returnValue As T

returnValue = Me.CreateDataSource()
C#
protected virtual T CreateDataSource()
Visual C++
protected:
virtual T CreateDataSource()
JScript
protected function CreateDataSource() : T

Return Value

Type: T
An instance of the data source.
Remarks

By default, a constructor with no parameters on the type will be used if available.

Platforms

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.
Version Information

.NET Framework

Supported in: 3.5 SP1
See Also

Reference

Tags :


Page view tracker