This documentation is archived and is not being maintained.

IDynamicDataSource Properties

The IDynamicDataSource type exposes the following members.

  NameDescription
Public property 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.
Public property ContextType Gets the type of the DataContext class.
Public property EnableDelete Gets or sets a value that indicates whether the data source view supports deleting rows.
Public property EnableInsert Gets or sets a value that indicates whether the data source view supports inserting rows.
Public property EnableUpdate Gets or sets a value that indicates whether the data source view supports updating rows.
Public property EntitySetName Gets or sets the entity set name.
Public property 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.
Public property WhereParameters Gets a collection of parameters that are used to create a Where clause.
Top
Show: