Свойство ScalarValueCondition.NullExpected

 

?????????? ??? ?????? ????????, ???????????, ???????? ?? ???????? NULL ????????? ??? ???????? ExpectedValue.

Пространство имен:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Сборка:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (в Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Синтаксис

public bool NullExpected { get; set; }
public:
property bool NullExpected {
    bool get();
    void set(bool value);
}
member NullExpected : bool with get, set
Public Property NullExpected As Boolean

Значение свойства

Type: System.Boolean

Заметки

??? ???????? ????????????? ??????????????? ? ???????? true, ????? ???????? ExpectedValue ????? ???????? null.???? ??? ???????? NullExpected ?????? ???????? true, ???????? ExpectedValue ????????????? ??????????????? ? ???????? null.

См. также

ScalarValueCondition - класс
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions - пространство имен

Вернуться в начало