UpdateMode Enum

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview

Indicates the set of data table field values that should be used when trying to locate an existing record during update and delete operations.

Namespace

Declaration (C#)

public enum UpdateMode
{
    WhereKeyOnly = 0,
    WhereAll = 1,
    WhereKeyAndUserDefined = 2,
    WhereUserDefined = 3
}


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools