Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetPropertyValue ( _ component As Object, _ i As Integer, _ session As ISessionImplementor _ ) As Object |
C# |
---|
Object GetPropertyValue( Object component, int i, ISessionImplementor session ) |
Visual C++ |
---|
Object^ GetPropertyValue( Object^ component, int i, ISessionImplementor^ session ) |
JavaScript |
---|
function getPropertyValue(component, i, session); |
Parameters
- component
- Type: System..::.Object
- i
- Type: System..::.Int32
- session
- Type: NHibernate.Engine..::.ISessionImplementor