MetaModel.VisibleTables Property

 

Gets a collection of the visible tables in the data model.

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

member VisibleTables : List<MetaTable> with get

Property Value

Type: System.Collections.Generic.List<MetaTable>

A visible table refers to a table that has scaffolding enabled. This means that it is a table for which a List.aspx page exists.

The following example shows how to use the VisibleTables property to get a collection of the visible tables in the data model. For a complete example, see the MetaModel class overview.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show: