LinqDataSourceView::ContextTypeName Property
.NET Framework (current version)
Gets or sets the name of the data context class that contains the field or property specified in the TableName property.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property String^ ContextTypeName { virtual String^ get() override; virtual void set(String^ value) override; }
When you set the ContextTypeName property of the LinqDataSource control, that value is also set for the ContextTypeName property of the LinqDataSourceView control. For more information, see the LinqDataSource::ContextTypeName object.
This property must be specified unless the query data is provided during the Selecting event, or unless the context is created manually during the ContextCreating event.
.NET Framework
Available since 3.5
Available since 3.5
Show: