MetaTable.CreateTable Método

Definición

Crea un objeto MetaTable.

Sobrecargas

CreateTable(Type)

Crea los metadatos de la tabla especificada.

CreateTable(ICustomTypeDescriptor)

Crea los metadatos de la tabla especificada.

CreateTable(Type)

Crea los metadatos de la tabla especificada.

public:
 static System::Web::DynamicData::MetaTable ^ CreateTable(Type ^ entityType);
public static System.Web.DynamicData.MetaTable CreateTable (Type entityType);
static member CreateTable : Type -> System.Web.DynamicData.MetaTable
Public Shared Function CreateTable (entityType As Type) As MetaTable

Parámetros

entityType
Type

Tipo de tabla para el que se van a generar los metadatos.

Devoluciones

MetaTable

Objeto que contiene los metadatos de la tabla.

Se aplica a

CreateTable(ICustomTypeDescriptor)

Crea los metadatos de la tabla especificada.

public:
 static System::Web::DynamicData::MetaTable ^ CreateTable(System::ComponentModel::ICustomTypeDescriptor ^ typeDescriptor);
public static System.Web.DynamicData.MetaTable CreateTable (System.ComponentModel.ICustomTypeDescriptor typeDescriptor);
static member CreateTable : System.ComponentModel.ICustomTypeDescriptor -> System.Web.DynamicData.MetaTable
Public Shared Function CreateTable (typeDescriptor As ICustomTypeDescriptor) As MetaTable

Parámetros

typeDescriptor
ICustomTypeDescriptor

Información sobre el tipo de tabla.

Devoluciones

MetaTable

Objeto que contiene los metadatos de la tabla.

Se aplica a