This documentation is archived and is not being maintained.
IDynamicDataSource Members
Visual Studio 2008
Represents a data source for a Dynamic Data control.
The IDynamicDataSource type exposes the following members.
| Name | Description | |
|---|---|---|
|
GetView | Gets the named data source view associated with the data source control. (Inherited from IDataSource.) |
|
GetViewNames | Gets a collection of names representing the list of view objects associated with the IDataSource interface. (Inherited from IDataSource.) |
| Name | Description | |
|---|---|---|
|
ExpandDynamicWhereParameters | Expands dynamic filters into Where parameters that are usable by the data source. (Defined by DynamicDataExtensions.) |
|
GetTable | Returns the MetaTable object that is associated with the specified data source control. (Defined by DynamicDataExtensions.) |
| Name | Description | |
|---|---|---|
|
AutoGenerateWhereClause | Gets or sets a value that indicates whether the IDynamicDataSource control dynamically creates a Where clause that is based on values defined in the WhereParameters collection. |
|
ContextType | Gets the type of the DataContext class. |
|
EnableDelete | Gets or sets a value that indicates whether the data source view supports deleting rows. |
|
EnableInsert | Gets or sets a value that indicates whether the data source view supports inserting rows. |
|
EnableUpdate | Gets or sets a value that indicates whether the data source view supports updating rows. |
|
EntitySetName | Gets or sets the entity set name. |
|
Where | Gets or sets a value that specifies the condition that must be true for a record to be included in the retrieved data by a Where clause. |
|
WhereParameters | Gets a collection of parameters that are used to create a Where clause. |
| Name | Description | |
|---|---|---|
|
DataSourceChanged | Occurs when a data source control has changed in some way that affects data-bound controls. (Inherited from IDataSource.) |
|
Exception | Occurs when a data field fails to validate. |
Show: