Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadDataSourceView Class / ExecuteSelect Method
System data source select arguments


In This Topic
    ExecuteSelect Method
    In This Topic
    Retrieves data from the Spread component.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ExecuteSelect( _
       ByVal arguments As DataSourceSelectArguments _
    ) As IEnumerable
    'Usage
     
    
    Dim instance As SpreadDataSourceView
    Dim arguments As DataSourceSelectArguments
    Dim value As IEnumerable
     
    value = instance.ExecuteSelect(arguments)
    protected override IEnumerable ExecuteSelect( 
       DataSourceSelectArguments arguments
    )

    Parameters

    arguments
    System data source select arguments
    See Also