Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetIdentifierPropertyName ( _ persistentClass As Type _ ) As String |
C# |
---|
string GetIdentifierPropertyName( Type persistentClass ) |
Visual C++ |
---|
String^ GetIdentifierPropertyName( Type^ persistentClass ) |
JavaScript |
---|
function getIdentifierPropertyName(persistentClass); |
Parameters
- persistentClass
- Type: System..::.Type