RowChangeType EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Describes what kind of modification was done

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum RowChangeType
Members

  Member nameValueDescription
Insert0
Upsert1
Update2
Delete3
See Also