Share via


ScalarValueCondition.ExpectedValue Property

 

Gets or sets the expected value of the first column of the first row of the specified ResultSet.

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntax

public string ExpectedValue { get; set; }
public:
property String^ ExpectedValue {
    String^ get();
    void set(String^ value);
}
member ExpectedValue : string with get, set
Public Property ExpectedValue As String

Property Value

Type: System.String

Remarks

If you set NullExpected to true, ExpectedValue is automatically set to null. If this property is set to a non-null value, NullExpected is set to false.

See Also

ScalarValueCondition Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace

Return to top