Method | Description | |
---|---|---|
Create ( DocumentDatabase database, |
||
Create ( DocumentDatabase database, string query, string entityName ) : |
||
CreateIndexDefinition ( ) : Raven.Database.Indexing.IndexDefinition | ||
DynamicQueryMapping ( ) : System | ||
GetSortInfo ( Action |
Method | Description | |
---|---|---|
AggregationMapPart ( ) : string | ||
AggregationReducePart ( ) : string | ||
AppendGroupByClauseForReduce ( StringBuilder sb ) : void | ||
AppendSelectClauseForReduce ( StringBuilder sb ) : void | ||
FindIndexName ( DocumentDatabase database, |
||
SetupFieldsToIndex ( |
public static Create ( DocumentDatabase database, |
||
database | DocumentDatabase | |
query | ||
entityName | string | |
return |
public static Create ( DocumentDatabase database, string query, string entityName ) : |
||
database | DocumentDatabase | |
query | string | |
entityName | string | |
return |
public CreateIndexDefinition ( ) : Raven.Database.Indexing.IndexDefinition | ||
return | Raven.Database.Indexing.IndexDefinition |
public static GetSortInfo ( Action |
||
addField | Action |
|
return | DynamicSortInfo[] |