ScalarValueCondition.NullExpected (Propiedad)
Obtiene o establece un valor que indica si la propiedad ExpectedValue espera un valor NULL.
Espacio de nombres: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Ensamblado: Microsoft.Data.Tools.Schema.Sql.UnitTesting (en Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Sintaxis
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
Valor de propiedad
Type: System.Boolean
Comentarios
Esta propiedad se establece automáticamente en true cuando ExpectedValue es null.Si establece NullExpected en true, ExpectedValue se establece automáticamente en null.
Vea también
ScalarValueCondition (Clase)
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions (Espacio de nombres)
Volver al principio