getIsNewRecord() public method
Returns a value indicating whether the current record is new.
public boolean getIsNewRecord ( ) | ||
---|---|---|
return | boolean |
Whether the record is new and should be inserted when calling save(). |
getIsNewRecord() public method
Returns a value indicating whether the current record is new.
public boolean getIsNewRecord ( ) | ||
---|---|---|
return | boolean |
Whether the record is new and should be inserted when calling save(). |
Please login to continue.