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)

static member CreateTable : 
        entityType:Type -> MetaTable

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: