DynamicDataExtensions.SetMetaTable Method (INamingContainer, MetaTable, IDictionary<String, Object>)
.NET Framework (current version)
Sets the table metadata and default value mapping for the specified data control.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
static member SetMetaTable : control:INamingContainer * table:MetaTable * defaultValues:IDictionary<string, Object> -> unit
Parameters
- control
-
Type:
System.Web.UI.INamingContainer
The INamingContainer object that contains the table.
- table
-
Type:
System.Web.DynamicData.MetaTable
The table metadata.
- defaultValues
-
Type:
System.Collections.Generic.IDictionary<String, Object>
The default value mapping.
.NET Framework
Available since 4.0
Available since 4.0
Show: