For Babelfish Release 1.11.3.13

IObjectRelationalMapperNewRecord Property

Indicates if the instance class represents a new record (on that has not been saved yet) in the SQL table. A value of false means the record was previously saved to the SQL table.

Definition

Namespace: Scopos.BabelFish.DataModel
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
bool NewRecord { get; set; }

Property Value

Boolean

See Also