This documentation is archived and is not being maintained.
EntityTemplateFactory::CreateEntityTemplate Method
Visual Studio 2010
Creates an instance of the entity template for the specified table.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: virtual EntityTemplateUserControl^ CreateEntityTemplate( MetaTable^ table, DataBoundControlMode mode, String^ uiHint )
Parameters
- table
- Type: System.Web.DynamicData::MetaTable
The metadata for the table to which the entity template applies.
- mode
- Type: System.Web.UI.WebControls::DataBoundControlMode
The display mode of the entity template.
- uiHint
- Type: System::String
The name of the template to use.
Return Value
Type: System.Web.DynamicData::EntityTemplateUserControlAn instance of the EntityTemplateUserControl class.
| Exception | Condition |
|---|---|
| ArgumentNullException | The table is null. |
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: