MetaTable.GetTable(Type) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the metatable that is associated with the specified type.
public:
static System::Web::DynamicData::MetaTable ^ GetTable(Type ^ entityType);
public static System.Web.DynamicData.MetaTable GetTable(Type entityType);
static member GetTable : Type -> System.Web.DynamicData.MetaTable
Public Shared Function GetTable (entityType As Type) As MetaTable
- entityType
- Type
The type of the entity.
The metatable that is associated with the specified type.
The TryGetTable(Type, MetaTable) method that was called by this method returned false
.
This method calls TryGetTable(Type, MetaTable). If TryGetTable(Type, MetaTable) returns false
, an InvalidOperationException exception is thrown.
Proizvod | Verzije |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: