Interface ILastInsertIdCommandBuilder
Provides an interface for last inserted id command builder objects.
Namespace: Paradigm.ORM.Data.CommandBuilders
Assembly: Paradigm.ORM.Data.dll
Syntax
public interface ILastInsertIdCommandBuilder : ICommandBuilder, IDisposable
Methods
| Improve this Doc View SourceGetCommand()
Gets a command to retrieve the last inserted id.
Declaration
IDatabaseCommand GetCommand()
Returns
Type | Description |
---|---|
IDatabaseCommand | a command already parametrized to retrieve the last inserted id. |