[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmKey.IsNullable"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public Nullable<bool> IsNullable { get; }
Visual Basic
Public ReadOnly Property IsNullable As Nullable(Of Boolean)
	Get
Visual C++
public:
property Nullable<bool> IsNullable {
	Nullable<bool> get ();
}

See Also