DynamicDataExtensions::TryGetMetaTable Method (INamingContainer^, MetaTable^%)
.NET Framework (current version)
Determines whether table metadata is available.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: [ExtensionAttribute] static bool TryGetMetaTable( INamingContainer^ control, [OutAttribute] MetaTable^% table )
Parameters
- control
-
Type:
System.Web.UI::INamingContainer^
The INamingContainer object that contains the table.
- table
-
Type:
System.Web.DynamicData::MetaTable^%
When this method returns, contains the table metadata. This parameter is passed uninitialized.
.NET Framework
Available since 4.0
Available since 4.0
Show: