Sets the Identifier of the Table.

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

Syntax

C#
public void SetIdentifierValue(
	SimpleValue identifierValue
)
Visual Basic
Public Sub SetIdentifierValue ( _
	identifierValue As SimpleValue _
)
Visual C++
public:
void SetIdentifierValue(
	SimpleValue^ identifierValue
)

Parameters

identifierValue
Type: NHibernate.Mapping..::..SimpleValue
The SimpleValue that represents the Identifier.

See Also