C# Class Raven.Client.Indexes.RavenDocumentsByEntityName

Create an index that allows to tag entities by their entity name
Inheritance: Raven.Client.Indexes.AbstractIndexCreationTask
Mostra file Open project: robashton/ravendb Class Usage Examples

Public Methods

Method Description
CreateIndexDefinition ( ) : IndexDefinition

Creates the Raven/DocumentsByEntityName index

Method Details

CreateIndexDefinition() public method

Creates the Raven/DocumentsByEntityName index
public CreateIndexDefinition ( ) : IndexDefinition
return IndexDefinition