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


In This Topic
    SuspendListeningDataModel Method
    In This Topic
    Suspends listening data model. Row filter will not be changed after the data model has changed.
    Syntax
    'Declaration
     
    
    Sub SuspendListeningDataModel() 
    'Usage
     
    
    Dim instance As IRowFilterSlim
     
    instance.SuspendListeningDataModel()
    void SuspendListeningDataModel()
    See Also