Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IRowFilterSlim Interface / ResumeListeningDataModel Method


In This Topic
    ResumeListeningDataModel Method
    In This Topic
    Resumes listening data model.
    Syntax
    'Declaration
     
    
    Function ResumeListeningDataModel() As Boolean
    'Usage
     
    
    Dim instance As IRowFilterSlim
    Dim value As Boolean
     
    value = instance.ResumeListeningDataModel()
    bool ResumeListeningDataModel()

    Return Value

    If the return value is true, the row filter is changed after the data model is changed; otherwise, false.
    See Also