IdUnsavedValueAttribute.Create Constructor
Overloads
IdUnsavedValueAttribute.Create(Integer)
Creates an IdUnsavedValueAttribute with an integer unsaved sentinel.
Syntax
Unit: Aurelius.Mapping.Attributes
constructor IdUnsavedValueAttribute.Create(const AValue: Integer);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AValue | Integer | The integer value that represents an unsaved (transient) entity. |
See also
IdUnsavedValueAttribute.Create(string)
Creates an IdUnsavedValueAttribute with a string unsaved sentinel.
Syntax
Unit: Aurelius.Mapping.Attributes
constructor IdUnsavedValueAttribute.Create(const AValue: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AValue | string | The string value that represents an unsaved (transient) entity. |