[Missing <summary> documentation for "P:NHibernate.Persister.Collection.AbstractCollectionPersister.InsertCallable"]

Namespace: NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual bool InsertCallable { get; }
Visual Basic
Protected Overridable ReadOnly Property InsertCallable As Boolean
	Get
Visual C++
protected:
virtual property bool InsertCallable {
	bool get ();
}

See Also