This documentation is archived and is not being maintained.

LinqDataSource.IDynamicDataSource.EntitySetName Property

For a description of this member, see IDynamicDataSource.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

'Declaration
Private Property EntitySetName As String 
	Implements IDynamicDataSource.EntitySetName
'Usage
Dim instance As LinqDataSource 
Dim value As String 

value = CType(instance, IDynamicDataSource).EntitySetName 

CType(instance, IDynamicDataSource).EntitySetName = value
<asp:LinqDataSource EntitySetName="String" />

Property Value

Type: System.String
The name of the entity.

Implements

IDynamicDataSource.EntitySetName

This member is an explicit interface member implementation. It can be used only when the LinqDataSource instance is cast to an IDynamicDataSource interface.

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
Show: