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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.