This documentation is archived and is not being maintained.
DynamicDataExtensions Members
Visual Studio 2008
Provides extension methods that are used by ASP.NET Dynamic Data.
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 | 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 within 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. |
|
GetTable | Returns the MetaTable object that is associated with the specified data source control. |
|
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. |
Show: