Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ap Class / GetChanges Method / GetChanges(DataRowState) Method

In This Topic
    GetChanges(DataRowState) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetChanges( _
       ByVal rowStates As System.Data.DataRowState _
    ) As System.Data.DataTable
    public System.Data.DataTable GetChanges( 
       System.Data.DataRowState rowStates
    )

    Parameters

    rowStates
    See Also