Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether two specified FilterQuery objects have the same value.
|
|
FilterQuery ( ) : System |
Create a new FilterQuery object with an empty Field and Value.
|
|
FilterQuery ( string filterQuery ) : System |
Create a new FilterQuery object with a string containing both the Field and the Value.
|
|
FilterQuery ( string field, string value ) : System |
Create a new FilterQuery object with provided Field and Value.
|
|
GetHashCode ( ) : int |
Returns this hash code for this instance.
|
|
ToString ( ) : string |
Return a string that represents the current FilterQuery.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare to this instance |
return | bool |
public FilterQuery ( string filterQuery ) : System | ||
filterQuery | string | |
return | System |
public FilterQuery ( string field, string value ) : System | ||
field | string | The |
value | string | The |
return | System |