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)
public: [ExtensionAttribute] static void SetMetaTable( INamingContainer^ control, MetaTable^ table, IDictionary<String^, Object^>^ defaultValues )
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: