DataControlExtensions.EnableDynamicData Method (INamingContainer, Type, IDictionary<String, Object>)
.NET Framework (current version)
Enables Dynamic Data behavior for the specified data control.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
static member EnableDynamicData : control:INamingContainer * entityType:Type * defaultValues:IDictionary<string, Object> -> unit
Parameters
- control
-
Type:
System.Web.UI.INamingContainer
The data control to enable Dynamic Data behavior for.
- 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.
.NET Framework
Available since 4.0
Available since 4.0
Show: