Constructs a new instance of IndexPropertyAccessor. 
Namespace: NHibernate.PropertiesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
 Syntax
Syntax
| C# | 
|---|
| public IndexPropertyAccessor( string collectionRole, string entityName ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ collectionRole As String, _ entityName As String _ ) | 
| Visual C++ | 
|---|
| public: IndexPropertyAccessor( String^ collectionRole, String^ entityName ) | 
Parameters
- collectionRole
- Type: System..::..String
 The collection role which this back ref references.
- entityName
- Type: System..::..String
 The owner entity name.





