IQueryableDataSource Methods
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | GetView(String^) | 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.) |
![]() | RaiseViewChanged() | Raises the DataSourceViewChanged event by calling the OnDataSourceViewChanged method. |
| Name | Description | |
|---|---|---|
![]() | GetDefaultValues() | Overloaded. Gets the collection of the default values for the specified data source.(Defined by DynamicDataExtensions.) |
![]() | GetMetaTable() | Overloaded. Gets the metadata for a table in the specified data source object.(Defined by DynamicDataExtensions.) |
![]() | TryGetMetaTable(MetaTable^%) | Overloaded. Determines whether table metadata is available.(Defined by DynamicDataExtensions.) |
Show:
