Click or drag to resize

AppliedInfoT Class

When using Lightweight transactions, it provides information whether the change was applied or not.
Inheritance Hierarchy
SystemObject
  Dse.MappingAppliedInfoT

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class AppliedInfo<T>

Type Parameters

T

The AppliedInfoT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyApplied
Determines if the change was applied.
Public propertyExisting
Gets or sets the existing data that prevented
Top
See Also