MetaTable::TryGetTable Method (Type^, MetaTable^%)
.NET Framework (current version)
Retrieves the metatable that is associated with the specified type and table.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- entityType
-
Type:
System::Type^
The type of the entity.
- table
-
Type:
System.Web.DynamicData::MetaTable^%
When this method returns, contains the metatable that is associated with the specified type. This parameter is passed uninitialized.
Return Value
Type: System::BooleanThe metatable that is associated with the given specified and table.
| Exception | Condition |
|---|---|
| ArgumentNullException | entityType is null. |
.NET Framework
Available since 4.0
Available since 4.0
Show: