MetaTable::EntityType Property

 

Gets the entity type that represents the table.

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

public:
property Type^ EntityType {
	virtual Type^ get() sealed;
}

Property Value

Type: System::Type^

The type that represents the entity.

.NET Framework
Available since 3.5
Return to top
Show: