메소드 | 설명 | |
---|---|---|
CaseQuery ( string queryPart, bool ignoreCase ) : string |
Returns the query as either a case sensitive or case insensitive query.
|
메소드 | 설명 | |
---|---|---|
BuildAttributeQuery ( string attributeName, string attributeValue, bool ignoreCase ) : string |
public static CaseQuery ( string queryPart, bool ignoreCase ) : string | ||
queryPart | string | /// The part of the query to process. /// |
ignoreCase | bool |
/// if set to |
리턴 | string |