The ForeignKeys type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetEntityIdentifierIfNotUnsaved |
Return the identifier of the persistent or transient object, or throw
an exception if the instance is "unsaved"
| |
IsNotTransient |
Is this instance persistent or detached?
| |
IsTransient |
Is this instance, which we know is not persistent, actually transient?
If assumed is non-null, don't hit the database to make the
determination, instead assume that value; the client code must be
prepared to "recover" in the case that this assumed result is incorrect.
|
Extension Methods
Name | Description |
---|