This documentation is archived and is not being maintained.

IQueryableDataSource Methods

The IQueryableDataSource type exposes the following members.

  NameDescription
Public method GetView Gets the named data source view associated with the data source control. (Inherited from IDataSource.)
Public method GetViewNames Gets a collection of names representing the list of view objects associated with the IDataSource interface. (Inherited from IDataSource.)
Public method RaiseViewChanged Raises the DataSourceViewChanged event by calling the OnDataSourceViewChanged method.
Top

  NameDescription
Public Extension Method GetDefaultValues Gets the collection of the default values for the specified data source. (Defined by DynamicDataExtensions.)
Public Extension Method GetMetaTable Gets the metadata for a table in the specified data source object. (Defined by DynamicDataExtensions.)
Public Extension Method TryGetMetaTable Determines whether table metadata is available. (Defined by DynamicDataExtensions.)
Top
Show: