DynamicDataExtensions Class
.NET Framework 4.5
Provides extension methods that are used by ASP.NET Dynamic Data.
Namespace: System.Web.DynamicData
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
The DynamicDataExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ConvertEditedValue | Returns the value provided by a user for a control that is being validated. |
![]() ![]() | EnablePersistedSelection | Obsolete. Enables selection to be persisted in data controls that support selection and paging. |
![]() ![]() | ExpandDynamicWhereParameters | Expands dynamic filters into Where parameters that are usable by the data source. |
![]() ![]() | FindDataSourceControl | Returns the data source that is associated with the data control for the specified control. |
![]() ![]() | FindFieldTemplate | Returns the field template for the specified column in the specified control's naming container. |
![]() ![]() | FindMetaTable | Returns the metatable object for the containing data control. |
![]() ![]() | FormatEditValue | Formats the specified field value by using the specified formatting options. |
![]() ![]() | FormatValue | Formats the specified field value by using the specified formatting options. |
![]() ![]() | GetDefaultValues(IDataSource) | Gets the collection of the default values for the specified data source. |
![]() ![]() | GetDefaultValues(INamingContainer) | Gets the collection of the default values for the specified data control. |
![]() ![]() | GetEnumType | Gets the type of the enumeration that represents the column. |
![]() ![]() | GetMetaTable(IDataSource) | Gets the metadata for a table in the specified data source object. |
![]() ![]() | GetMetaTable(INamingContainer) | Gets the table metadata for the specified data control. |
![]() ![]() | GetTable | Returns the MetaTable object that is associated with the specified data source control. |
![]() ![]() | LoadWith<TEntity> | Sets the System.Data.Linq.DataLoadOptions value of a LINQ-to-SQL data source to force all the foreign-key entities to be loaded. |
![]() ![]() | LoadWithForeignKeys | Sets the System.Data.Linq.DataLoadOptions value of a LINQ-to-SQL data source to force all the foreign-key entities to be loaded. |
![]() ![]() | SetMetaTable(INamingContainer, MetaTable) | Sets the table metadata for the specified data control. |
![]() ![]() | SetMetaTable(INamingContainer, MetaTable, IDictionary<String, Object>) | Sets the table metadata and default value mapping for the specified data control. |
![]() ![]() | SetMetaTable(INamingContainer, MetaTable, Object) | Sets the table metadata and default value mapping for the specified data control. |
![]() ![]() | TryGetMetaTable(IDataSource, MetaTable) | Determines whether table metadata is available. |
![]() ![]() | TryGetMetaTable(INamingContainer, MetaTable) | Determines whether table metadata is available. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: