Persist.NET Documentation Class Library

AbstractHighLowIdGenerator.GetNewId Method 

Return the new Id

[Visual Basic]
NotOverridable Public Function GetNewId( _
   ByVal classMap As ClassMap _
) As Object Implements _
   IIdGenerator.GetNewId
[C#]
public object GetNewId(
   ClassMap classMap
);

Parameters

classMap
the classMap

Return Value

UInt64 Identifier

Implements

IIdGenerator.GetNewId

See Also

AbstractHighLowIdGenerator Class | Persist.IdGenerators Namespace