This documentation is archived and is not being maintained.
MetaTable::GetScaffoldColumns Method
Visual Studio 2010
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: