Sets the Identifier of the Table.
Namespace: NHibernate.MappingAssembly: 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.