This documentation is archived and is not being maintained.
IDynamicDataSource Properties
Visual Studio 2010
The IDynamicDataSource type exposes the following members.
| Name | Description | |
|---|---|---|
|
AutoGenerateWhereClause | Gets or sets a value that indicates whether the IDynamicDataSource control dynamically creates a Where clause 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 the ability to delete rows. |
|
EnableInsert | Gets or sets a value that indicates whether the data source view supports the ability to insert rows. |
|
EnableUpdate | Gets or sets a value that indicates whether the data source view supports the ability to update 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. |
Show: