Are increments to be applied to the values stored in the underlying
value source?
Namespace: NHibernate.Id.EnhancedAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
bool ApplyIncrementSizeToSourceValues { get; } |
Visual Basic |
---|
ReadOnly Property ApplyIncrementSizeToSourceValues As Boolean
Get |
Visual C++ |
---|
property bool ApplyIncrementSizeToSourceValues {
bool get ();
} |
Return Value
True if the values in the source are to be incremented
according to the defined increment size; false otherwise, in which
case the increment is totally an in memory construct.
See Also