Initializes a new instance of the SimpleValue class

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

Syntax

C#
public SimpleValue(
	Table table
)
Visual Basic
Public Sub New ( _
	table As Table _
)
Visual C++
public:
SimpleValue(
	Table^ table
)

Parameters

table
Type: NHibernate.Mapping..::..Table

[Missing <param name="table"/> documentation for "M:NHibernate.Mapping.SimpleValue.#ctor(NHibernate.Mapping.Table)"]

See Also