[Missing <summary> documentation for "P:NHibernate.Mapping.Join.IsCustomInsertCallable"]

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also