LogsCmdletBase.AddConditionIfPResent(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a condition to the query filter based on the give name and the value
protected string AddConditionIfPResent(string currentQueryFilter, string name, string value);
member this.AddConditionIfPResent : string * string * string -> string
Protected Function AddConditionIfPResent (currentQueryFilter As String, name As String, value As String) As String
Parameters
- currentQueryFilter
- String
The current query filter
- name
- String
The name to be used in the new condition
- value
- String
The value to be used in the new condition.
If this value is null, the currentQueryFilter is returned unmodified.