Sets the Identifier of the Table.

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

Syntax

Visual Basic (Declaration)
Public Sub SetIdentifierValue ( _
	idValue As SimpleValue _
)
C#
public void SetIdentifierValue(
	SimpleValue idValue
)
Visual C++
public:
void SetIdentifierValue(
	SimpleValue^ idValue
)
JavaScript
function setIdentifierValue(idValue);

Parameters

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

See Also