Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IDataSourceSupport Interface / GetDataView Method
Whether to recreate the DataView
Example


In This Topic
    GetDataView Method (IDataSourceSupport)
    In This Topic
    Gets the DataView object.
    Syntax
    'Declaration
     
    
    Function GetDataView( _
       ByVal create As Boolean _
    ) As DataView
    'Usage
     
    
    Dim instance As IDataSourceSupport
    Dim create As Boolean
    Dim value As DataView
     
    value = instance.GetDataView(create)
    DataView GetDataView( 
       bool create
    )

    Parameters

    create
    Whether to recreate the DataView

    Return Value

    DataView object containing the view
    Example
    This example binds the model to a data set.
    See Also