Get the identifier of the given collection entry
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
Object GetIdentifier( Object entry, int i ) |
Visual Basic |
---|
Function GetIdentifier ( _ entry As Object, _ i As Integer _ ) As Object |
Visual C++ |
---|
Object^ GetIdentifier( Object^ entry, int i ) |
Parameters
- entry
- Type: System..::..Object
[Missing <param name="entry"/> documentation for "M:NHibernate.Collection.IPersistentCollection.GetIdentifier(System.Object,System.Int32)"]
- i
- Type: System..::..Int32
[Missing <param name="i"/> documentation for "M:NHibernate.Collection.IPersistentCollection.GetIdentifier(System.Object,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Collection.IPersistentCollection.GetIdentifier(System.Object,System.Int32)"]