Click or drag to resize
EntityFieldChangeType Enumeration
Enum to specify what exactly changed inside the entityfield for the entityfieldchanged event.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum EntityFieldChangeType
Members
  Member nameValueDescription
Name0 Name changed
Type1 .NET Type changed
PkFlag2 Pk Flag value changed
Sequence3 Sequence changed.
IsIdentityFlag4 Identity flag changed
IsNullableFlag5 Nullable flag changed
IsReadOnlyFlag6 ReadOnly flag changed
InternalData7 Some internal data changed. Usable to mark the entity as changed but nothing further. Examples are: 'Generate as nullable type', 'Custom properties'
See Also