DynamicDataExtensions::SetMetaTable Method

.NET Framework (current version)
 

Sets the MetaTable object.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSetMetaTable(INamingContainer^, MetaTable^)

Sets the table metadata for the specified data control.

System_CAPS_pubmethodSystem_CAPS_staticSetMetaTable(INamingContainer^, MetaTable^, IDictionary<String^, Object^>^)

Sets the table metadata and default value mapping for the specified data control.

System_CAPS_pubmethodSystem_CAPS_staticSetMetaTable(INamingContainer^, MetaTable^, Object^)

Sets the table metadata and default value mapping for the specified data control.

Return to top
Show: