[Missing <summary> documentation for "M:NHibernate.Mapping.DependantValue.SetNullable(System.Boolean)"]

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

Syntax

C#
public void SetNullable(
	bool nullable
)
Visual Basic
Public Sub SetNullable ( _
	nullable As Boolean _
)
Visual C++
public:
void SetNullable(
	bool nullable
)

Parameters

nullable
Type: System..::..Boolean

[Missing <param name="nullable"/> documentation for "M:NHibernate.Mapping.DependantValue.SetNullable(System.Boolean)"]

See Also