Property | Type | Description | |
---|---|---|---|
False | |||
Null | |||
One | |||
True | |||
Zero |
Method | Description | |
---|---|---|
And ( |
||
CompareTo ( |
||
CompareTo ( object value ) : int | ||
Equals ( |
||
Equals ( object value ) : bool | ||
GetHashCode ( ) : int | ||
GetXsdType ( |
||
GreaterThan ( |
||
GreaterThanOrEquals ( |
||
LessThan ( |
||
LessThanOrEquals ( |
||
NotEquals ( |
||
OnesComplement ( |
||
Or ( |
||
Parse ( string s ) : |
||
SqlBoolean ( bool value ) : System.Data.Common |
Initializes a new instance of the
|
|
SqlBoolean ( int value ) : System.Data.Common | ||
ToSqlByte ( ) : |
||
ToSqlDecimal ( ) : |
||
ToSqlDouble ( ) : |
||
ToSqlInt16 ( ) : |
||
ToSqlInt32 ( ) : |
||
ToSqlInt64 ( ) : |
||
ToSqlMoney ( ) : |
||
ToSqlSingle ( ) : |
||
ToSqlString ( ) : |
||
ToString ( ) : string | ||
Xor ( |
||
operator ( ) : |
Performs a NOT operation on a
|
|
operator ( ) : bool |
Method | Description | |
---|---|---|
IXmlSerializable ( ) : |
||
IXmlSerializable ( |
||
IXmlSerializable ( |
||
SqlBoolean ( int value, bool fNull ) : System.Data.Common |
public static And ( |
||
x | ||
y | ||
return |
public static Equals ( |
||
x | ||
y | ||
return |
public static GetXsdType ( |
||
schemaSet | ||
return |
public static GreaterThan ( |
||
x | ||
y | ||
return |
public static GreaterThanOrEquals ( |
||
x | ||
y | ||
return |
public static LessThan ( |
||
x | ||
y | ||
return |
public static LessThanOrEquals ( |
||
x | ||
y | ||
return |
public static NotEquals ( |
||
x | ||
y | ||
return |
public static OnesComplement ( |
||
x | ||
return |
public static Or ( |
||
x | ||
y | ||
return |
public static Parse ( string s ) : |
||
s | string | |
return |
public SqlBoolean ( bool value ) : System.Data.Common | ||
value | bool | |
return | System.Data.Common |
public SqlBoolean ( int value ) : System.Data.Common | ||
value | int | |
return | System.Data.Common |
public static Xor ( |
||
x | ||
y | ||
return |
public static SqlBoolean,System.Data.SqlTypes False | ||
return |
public static SqlBoolean,System.Data.SqlTypes Null | ||
return |
public static SqlBoolean,System.Data.SqlTypes One | ||
return |
public static SqlBoolean,System.Data.SqlTypes True | ||
return |