Public Member Functions | |
| Query (string collectionId, string property, SearchOp op, string value, Syntax type) | |
| Construct a Query object that can be used to perform a search. | |
| Query (string property, SearchOp op, string value, Syntax type) | |
| Construct a Query that can be used to perform a global query. | |
| override string | ToString () |
Properties | |
| string | CollectionId [get] |
| Property to get the collectionId. | |
| string | Property [get] |
| Read only property to get the Store property name for this query. | |
| SearchOp | Operation [get] |
| Read only property to get the query operation. | |
| string | Value [get] |
| Read only property that gets the string value for this query. | |
| Syntax | Type [get] |
| Read only property that gets the value type. | |
| Simias::Storage::Provider::Query::Query | ( | string | collectionId, | |
| string | property, | |||
| SearchOp | op, | |||
| string | value, | |||
| Syntax | type | |||
| ) | [inline] |
Construct a Query object that can be used to perform a search.
| collectionId | The Collection to perform the search in. | |
| property | The property that contains the value. | |
| op | The operator used for the match criteria. | |
| value | The value to match. | |
| type | The Type of the value to search for. |
| Simias::Storage::Provider::Query::Query | ( | string | property, | |
| SearchOp | op, | |||
| string | value, | |||
| Syntax | type | |||
| ) | [inline] |
| override string Simias::Storage::Provider::Query::ToString | ( | ) | [inline] |
string Simias::Storage::Provider::Query::CollectionId [get] |
Property to get the collectionId.
string Simias::Storage::Provider::Query::Property [get] |
Read only property to get the Store property name for this query.
SearchOp Simias::Storage::Provider::Query::Operation [get] |
Read only property to get the query operation.
string Simias::Storage::Provider::Query::Value [get] |
Read only property that gets the string value for this query.
Syntax Simias::Storage::Provider::Query::Type [get] |
Read only property that gets the value type.
1.5.6