DynamicDataExtensions::SetMetaTable Method (INamingContainer^, MetaTable^, 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, 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::Object^
The default value mapping.
.NET Framework
Available since 4.0
Available since 4.0
Show: