[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.PropertyMapper.NotNullable(System.Boolean)"]

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

Syntax

C#
public void NotNullable(
	bool notnull
)
Visual Basic
Public Sub NotNullable ( _
	notnull As Boolean _
)
Visual C++
public:
virtual void NotNullable(
	bool notnull
) sealed

Parameters

notnull
Type: System..::..Boolean

[Missing <param name="notnull"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.PropertyMapper.NotNullable(System.Boolean)"]

Implements

IPropertyMapper..::..NotNullable(Boolean)

See Also