Persist.NET Documentation Class Library

GUIDIdGenerator.GetNewId Method 

Return a New Guid Identitfier

[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 (Unused)

Return Value

the new Id

Implements

IIdGenerator.GetNewId

See Also

GUIDIdGenerator Class | Persist.IdGenerators Namespace