StatementBuilder.AddCondition(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.
add a CONDITION which if is true will make the result set be empty
public void AddCondition (string value);
member this.AddCondition : string -> unit
Public Sub AddCondition (value As String)
Parameters
- value
- String