This documentation is archived and is not being maintained.
DynamicDataExtensions Methods
Visual Studio 2010
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. |
Show: