MetaTable::GetScaffoldColumns Method (DataBoundControlMode, ContainerType)
.NET Framework (current version)
Returns a list of columns to display by using scaffolding.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: virtual IEnumerable<MetaColumn^>^ GetScaffoldColumns( DataBoundControlMode mode, ContainerType containerType )
Parameters
- mode
-
Type:
System.Web.UI.WebControls::DataBoundControlMode
The data-bound control mode.
- containerType
-
Type:
System.Web.DynamicData::ContainerType
A value that indicates whether the table is displayed as an individual entity or as part of a list of entities.
Return Value
Type: System.Collections.Generic::IEnumerable<MetaColumn^>^A list of columns to display by using scaffolding.
This method returns all columns whose ScaffoldColumnAttribute property is set to true except the following:
Long string columns, which are columns whose IsLongString property is set to true and whose containerType parameter is true.
Child columns whose DataBoundControlMode value is set to Insert.
.NET Framework
Available since 4.0
Available since 4.0
Show: