IObjectRelationalMapper Interface
Defines a set of functions and properties a class needs to have in order
to be stored in a SQL Table.
Namespace: Scopos.BabelFish.DataModelAssembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
public interface IObjectRelationalMapper
| NewRecord |
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.
|