The class (which implements IIdentifierGenerator)
which acts as this dialects native generation strategy.
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public virtual Type NativeIdentifierGeneratorClass { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property NativeIdentifierGeneratorClass As Type Get |
| Visual C++ |
|---|
public: virtual property Type^ NativeIdentifierGeneratorClass { Type^ get (); } |
Return Value
The native generator class.
Remarks
Comes into play whenever the user specifies the native generator.