For Babelfish Release 1.11.1.3

ClubLicenseNewRecord 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.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public bool NewRecord { get; set; }

Property Value

Boolean

Implements

IObjectRelationalMapperNewRecord

See Also