Gets the Index identified by the name.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetIndex ( _ name As String _ ) As Index |
C# |
---|
public Index GetIndex( string name ) |
Visual C++ |
---|
public: Index^ GetIndex( String^ name ) |
JavaScript |
---|
function getIndex(name); |
Parameters
- name
- Type: System..::.String
The name of the Index to get.