Method WhereKeyEquals
WhereKeyEquals(IEnumerable<string>, string)
Adds metadata conditions to the query.
Declaration
public MetadataQueryBuilder WhereKeyEquals(IEnumerable<string> path, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | path | A list representing the path of keys and sub-keys in the metadata |
| string | value | The value that the last keys in the keyHierarchy needs to be equals to |
Returns
| Type | Description |
|---|---|
| MetadataQueryBuilder | The called MetadataQueryBuilder |