MetaTable::TryGetTable Method (Type^, MetaTable^%)

.NET Framework (current version)
 

Retrieves the metatable that is associated with the specified type and table.

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

public:
static bool TryGetTable(
	Type^ entityType,
	[OutAttribute] MetaTable^% table
)

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::Boolean

The metatable that is associated with the given specified and table.

Exception Condition
ArgumentNullException

entityType is null.

.NET Framework
Available since 4.0
Return to top
Show: