2 references to SqlBoolean
System.Data.Common (2)
System\Data\SQLTypes\SQLBoolean.cs (2)
40
public SqlBoolean(int value) :
this
(value, false)
527
public static readonly SqlBoolean Null = new
SqlBoolean
(0, true);