StatementBuilder.AddCondition Method
Adds a condition which if it is true will make the result set empty. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub AddCondition ( _
value As String _
)
'Usage
Dim instance As StatementBuilder
Dim value As String
instance.AddCondition(value)
public void AddCondition(
string value
)
public:
void AddCondition(
String^ value
)
member AddCondition :
value:string -> unit
public function AddCondition(
value : String
)
Parameters
- value
Type: System.String
A string that represents the value of the condition.