[Missing <summary> documentation for "P:NHibernate.Id.Enhanced.OptimizerFactory.OptimizerSupport.ApplyIncrementSizeToSourceValues"]

Namespace: NHibernate.Id.Enhanced
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public abstract bool ApplyIncrementSizeToSourceValues { get; }
Visual Basic
Public MustOverride ReadOnly Property ApplyIncrementSizeToSourceValues As Boolean
	Get
Visual C++
public:
virtual property bool ApplyIncrementSizeToSourceValues {
	bool get () abstract;
}

Implements

IOptimizer..::..ApplyIncrementSizeToSourceValues

See Also