Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadDataSourceView Class
Properties Methods Events


In This Topic
    SpreadDataSourceView Class Members
    In This Topic

    The following tables list the members exposed by SpreadDataSourceView.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new view of Spread as a data source.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets whether the data source can delete; this implementation always returns false.  
    Public PropertyOverridden. Gets whether the data source can insert; this implementation always returns false.  
    Public PropertyGets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports paging through the data retrieved by the System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method. (Inherited from System.Web.UI.DataSourceView)
    Public PropertyGets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports retrieving the total number of data rows, instead of the data. (Inherited from System.Web.UI.DataSourceView)
    Public PropertyOverridden. Gets whether the data source can sort; this implementation always returns false.  
    Public PropertyOverridden. Gets whether the data source can update; this implementation always returns false.  
    Public PropertyGets the name of the data source view. (Inherited from System.Web.UI.DataSourceView)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets a list of event-handler delegates for the data source view. (Inherited from System.Web.UI.DataSourceView)
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified command can be executed. (Inherited from System.Web.UI.DataSourceView)
    Public MethodPerforms an asynchronous delete operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
    Public MethodOverloaded. Executes the specified command. (Inherited from System.Web.UI.DataSourceView)
    Public MethodPerforms an asynchronous insert operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
    Public MethodGets a list of data asynchronously from the underlying data storage. (Inherited from System.Web.UI.DataSourceView)
    Public MethodPerforms an asynchronous update operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
    Top
    Protected Methods
     NameDescription
    Protected MethodPerforms a delete operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
    Protected MethodPerforms an insert operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
    Protected MethodOverridden. Retrieves data from the Spread component.  
    Protected MethodPerforms an update operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView)
    Protected MethodRaises the System.Web.UI.DataSourceView.DataSourceViewChanged event. (Inherited from System.Web.UI.DataSourceView)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the data source view has changed. (Inherited from System.Web.UI.DataSourceView)
    Top
    See Also