Microsoft SDK for Java

AdoEnums.EditMode Class

The AdoEnums.EditMode class of the com.ms.wfc.data package specifies the editing status of a record.

class AdoEnums.EditMode extends com.ms.wfc.core.Enum
{
  // Fields
  public static final int ADD;
  public static final int DELETE;
  public static final int INPROGRESS;
  public static final int NONE;
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.