Public Methods
Name | Description | |
---|---|---|
![]() |
CompareTo | Compares two IDs. This method returns -1 if this is less than , 1 if this is greater than , and 0 if the IDs are equal. This comparison is consistent with how IDs are compared in the DB2 and Oracle databases, but does not match how MSSQL Server compares IDs. For MSSQL Server databases, use |
![]() |
Equals | Overloaded. Compares two IDs for logical equality. (inherited from Id) |
![]() |
GetBytes | Returns a copy of this ID as an array of . (inherited from Id) |
![]() |
GetHashCode | Returns the hashcode for this ID. (inherited from Id) |
![]() ![]() |
GetInstanceFromId | Returns an instance of this class corresponding to a given provided the value represents the ID of a system AddOn. |
![]() ![]() |
GetInstanceFromString | Returns an instance of this class corresponding to a given value provided the value represents the string-ized ID of a system AddOn. |
![]() |
GetObjectData | This method is exposed to satisfy the interface. (inherited from Id) |
![]() |
GetType | Gets the |
![]() |
ToString | Returns the representation of this ID. (inherited from Id) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |