This topic has not yet been rated - Rate this topic

DynamicDataExtensions.EnableDynamicData Method (INamingContainer, Type, IDictionary<String, Object>)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Enables Dynamic Data behavior for the specified data control.

Namespace:  System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)
public static void EnableDynamicData(
	this INamingContainer control,
	Type entityType,
	IDictionary<string, Object> defaultValues
)

Parameters

control
Type: System.Web.UI.INamingContainer
The data control for which to enable Dynamic Data behavior.
entityType
Type: System.Type
The type to use for metadata.
defaultValues
Type: System.Collections.Generic.IDictionary<String, Object>
The default values to use with the INamingContainer object.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type INamingContainer. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Windows 7, Windows Vista, Windows XP SP2, 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: 4
Did you find this helpful?
(1500 characters remaining)