MetaTable::CreateTable Method (Type^)

.NET Framework (current version)
 

Creates the metadata for the specified table.

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

public:
static MetaTable^ CreateTable(
	Type^ entityType
)

Parameters

entityType
Type: System::Type^

The table type for which to generate metadata.

Return Value

Type: System.Web.DynamicData::MetaTable^

An object that contains the table metadata.

.NET Framework
Available since 4.0
Return to top
Show: