Dela via


ScalarValueCondition.NullExpected Property

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

Syntax

'Declaration
Public Property NullExpected As Boolean
'Usage
Dim instance As ScalarValueCondition 
Dim value As Boolean 

value = instance.NullExpected

instance.NullExpected = value
public bool NullExpected { get; set; }
public:
property bool NullExpected {
    bool get ();
    void set (bool value);
}
public function get NullExpected () : boolean 
public function set NullExpected (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ScalarValueCondition Class

ScalarValueCondition Members

Microsoft.Data.Schema.UnitTesting.Conditions Namespace