The IPostInsertIdentityPersister type exposes the following members.

Methods

  NameDescription
Public methodGetInfoString
Public methodGetSelectByUniqueKeyString
Get a SQL select string that performs a select based on a unique key determined by the given property name).

Properties

  NameDescription
Public propertyIdentifierType
Get the identifier type
Public propertyIdentitySelectString
Get the database-specific SQL command to retrieve the last generated IDENTITY value.
Public propertyRootTableKeyColumnNames
The names of the primary key columns in the root table.

See Also