Property | Type | Description | |
---|---|---|---|
MaxValue | |||
MinValue | |||
Null | |||
Zero | SqlByte |
Method | Description | |
---|---|---|
Add ( |
||
BitwiseAnd ( |
||
BitwiseOr ( |
||
CompareTo ( |
||
CompareTo ( object value ) : int | ||
Divide ( |
||
Equals ( |
||
Equals ( object value ) : bool | ||
GetHashCode ( ) : int | ||
GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName | ||
GreaterThan ( |
||
GreaterThanOrEqual ( |
||
LessThan ( |
||
LessThanOrEqual ( |
||
Mod ( |
||
Modulus ( |
||
Multiply ( |
||
NotEquals ( |
||
OnesComplement ( |
||
Parse ( string s ) : |
||
SqlByte ( byte value ) : System.Data.Common | ||
Subtract ( |
||
ToSqlBoolean ( ) : |
||
ToSqlDecimal ( ) : |
||
ToSqlDouble ( ) : |
||
ToSqlInt16 ( ) : |
||
ToSqlInt32 ( ) : SqlInt32 | ||
ToSqlInt64 ( ) : SqlInt64 | ||
ToSqlMoney ( ) : SqlMoney | ||
ToSqlSingle ( ) : SqlSingle | ||
ToSqlString ( ) : SqlString | ||
ToString ( ) : string | ||
Xor ( SqlByte x, SqlByte y ) : SqlByte | ||
operator ( ) : SqlBoolean | ||
operator ( ) : SqlByte |
Method | Description | |
---|---|---|
IXmlSerializable ( ) : XmlSchema | ||
IXmlSerializable ( XmlReader reader ) : void | ||
IXmlSerializable ( XmlWriter writer ) : void | ||
SqlByte ( bool fNull ) : System.Data.Common |
public static Add ( |
||
x | ||
y | ||
return |
public static BitwiseAnd ( |
||
x | ||
y | ||
return |
public static BitwiseOr ( |
||
x | ||
y | ||
return |
public static Divide ( |
||
x | ||
y | ||
return |
public static Equals ( |
||
x | ||
y | ||
return |
public static GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName | ||
schemaSet | XmlSchemaSet | |
return | XmlQualifiedName |
public static GreaterThan ( |
||
x | ||
y | ||
return |
public static GreaterThanOrEqual ( |
||
x | ||
y | ||
return |
public static LessThan ( |
||
x | ||
y | ||
return |
public static LessThanOrEqual ( |
||
x | ||
y | ||
return |
public static Mod ( |
||
x | ||
y | ||
return |
public static Modulus ( |
||
x | ||
y | ||
return |
public static Multiply ( |
||
x | ||
y | ||
return |
public static NotEquals ( |
||
x | ||
y | ||
return |
public static OnesComplement ( |
||
x | ||
return |
public SqlByte ( byte value ) : System.Data.Common | ||
value | byte | |
return | System.Data.Common |
public static Subtract ( |
||
x | ||
y | ||
return |
public static Xor ( SqlByte x, SqlByte y ) : SqlByte | ||
x | SqlByte | |
y | SqlByte | |
return | SqlByte |
public static SqlByte,System.Data.SqlTypes MaxValue | ||
return |
public static SqlByte,System.Data.SqlTypes MinValue | ||
return |