IQueryableDataSource Interface (System.Web.UI.WebControls)

Switch View :
ScriptFree
.NET Framework Class Library
IQueryableDataSource Interface

Exposes methods and properties that the QueryExtender control uses to communicate with data source controls.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)
Syntax

Visual Basic
Public Interface IQueryableDataSource _
	Inherits IDataSource
C#
public interface IQueryableDataSource : IDataSource
Visual C++
public interface class IQueryableDataSource : IDataSource
F#
type IQueryableDataSource =  
    interface
        interface IDataSource
    end

The IQueryableDataSource type exposes the following members.

Methods

  Name Description
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
Events

  Name Description
Public event DataSourceChanged Occurs when a data source control has changed in some way that affects data-bound controls. (Inherited from IDataSource.)
Public event QueryCreated Occurs when a query is created in a data source.
Top
Extension Methods

  Name Description
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
Version Information

.NET Framework

Supported in: 4
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also

Reference