For Babelfish Release 1.12.5.15

ClubDetailNewRecord 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.Clubs
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
C#
public bool NewRecord { get; set; }

Property Value

Boolean

Implements

IObjectRelationalMapperNewRecord

See Also