An IIdentifierGenerator that returns the current identifier
assigned to an instance.
Namespace: NHibernate.IdAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public class Assigned : IIdentifierGenerator, IConfigurable |
Visual Basic |
---|
Public Class Assigned _ Implements IIdentifierGenerator, IConfigurable |
Visual C++ |
---|
public ref class Assigned : IIdentifierGenerator, IConfigurable |
Remarks
This id generation strategy is specified in the mapping file as
CopyC#<generator class="assigned" />