Property | Type | Description | |
---|---|---|---|
Null |
Method | Description | |
---|---|---|
Add ( |
||
CompareTo ( |
||
CompareTo ( object value ) : int | ||
Concat ( |
||
Equals ( |
||
Equals ( object value ) : bool | ||
GetHashCode ( ) : int | ||
GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName | ||
GreaterThan ( |
||
GreaterThanOrEqual ( |
||
LessThan ( |
||
LessThanOrEqual ( |
||
NotEquals ( |
||
SqlBinary ( byte value ) : System.Data.Common |
Initializes a new instance of the
|
|
ToSqlGuid ( ) : |
||
ToString ( ) : string |
Returns a string describing a
|
|
operator ( ) : |
Adds two instances of
|
|
operator ( ) : |
Compares two instances of
|
|
this ( int index ) : byte |
Method | Description | |
---|---|---|
HashByteArray ( byte rgbValue, int length ) : int | ||
IXmlSerializable ( ) : XmlSchema | ||
IXmlSerializable ( XmlReader reader ) : void | ||
IXmlSerializable ( XmlWriter writer ) : void | ||
PerformCompareByte ( byte x, byte y ) : EComparison | ||
SqlBinary ( bool fNull ) : System.Data.Common | ||
SqlBinary ( byte value, bool ignored ) : System.Data.Common |
Initializes a new instance of the
|
public static Add ( |
||
x | ||
y | ||
return |
public static Concat ( |
||
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 NotEquals ( |
||
x | ||
y | ||
return |
public SqlBinary ( byte value ) : System.Data.Common | ||
value | byte | |
return | System.Data.Common |