[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IDataSourceSupport.GetDataView

GetDataView Method

GetDataView(bool)

Gets the DataView object.

Declaration
DataView GetDataView(bool create)
Function GetDataView(create As Boolean) As DataView
Parameters
Type Name Description
bool create

Whether to recreate the DataView

Returns
Type Description
DataView