[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SpreadDataSourceView

SpreadDataSourceView Class

Represents the mechanism for data-bound controls to get data from the Spread component as a data source.

Inheritance
SpreadDataSourceView
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class SpreadDataSourceView : DataSourceView
Public Class SpreadDataSourceView
    Inherits DataSourceView

Constructors

Name Description
SpreadDataSourceView(SpreadDataSource)

Creates a new view of Spread as a data source.

Properties

Name Description
CanDelete

Gets whether the data source can delete; this implementation always returns false.

CanInsert

Gets whether the data source can insert; this implementation always returns false.

CanSort

Gets whether the data source can sort; this implementation always returns false.

CanUpdate

Gets whether the data source can update; this implementation always returns false.

Methods

Name Description
ExecuteSelect(DataSourceSelectArguments)

Retrieves data from the Spread component.