com.groupdocs.assembly.system.data

Class DataRowState

  • java.lang.Object
    • com.groupdocs.assembly.system.data.DataRowState


  • public final class DataRowState
    extends java.lang.Object
    Specifies the state of a DataRow object.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DETACHED

        public static final int DETACHED
        Specifies that the row has been created but is not part of any DataRowCollection. A DataRow is in this state immediately after it has been created and before it is added to a collection, or if it has been removed from a collection.
      • UNCHANGED

        public static final int UNCHANGED
        Specifies that the row has not changed.
      • ADDED

        public static final int ADDED
        Specifies that the row has been added to a DataRowCollection.
      • DELETED

        public static final int DELETED
        Specifies that the row was deleted using the DataRow.delete() method of the DataRow.
      • MODIFIED

        public static final int MODIFIED
        Specifies that the row has been modified.