[Missing <summary> documentation for "P:NHibernate.Tuple.StandardProperty.IsInsertGenerated"]

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

Syntax

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

See Also