![]() Equality Operator | Compare a DBCell to a boolean |
![]() Implicit System.String to Stitch.Database.DBCell Conversion | Overloaded. Implicitly convert from a string to DBCell. |
![]() Implicit System.DateTime to Stitch.Database.DBCell Conversion | Overloaded. Implicitly convert from a DateTime to a DBCell |
![]() Implicit System.Int32 to Stitch.Database.DBCell Conversion | Overloaded. Implicitly convert from an integer to a DBCell |
![]() Implicit System.Boolean to Stitch.Database.DBCell Conversion | Overloaded. Implicitly convert from a boolean to a DBCell |
![]() Implicit System.Decimal to Stitch.Database.DBCell Conversion | Overloaded. Implicitly convert from a decimal to a DBCell |
![]() Implicit System.Int64 to Stitch.Database.DBCell Conversion | Overloaded. Implicitly convert from a 64-bit integer to a DBCell |
![]() Implicit Stitch.Database.DBCell to System.String Conversion | Overloaded. Implicitly convert from DBCell to a string. |
![]() Implicit Stitch.Database.DBCell to System.Int32 Conversion | Overloaded. Implicitly convert from DBCell to a int. |
![]() Implicit Stitch.Database.DBCell to System.DateTime Conversion | Overloaded. Implicitly convert from DBCell to a DateTime. |
![]() Implicit Stitch.Database.DBCell to System.Boolean Conversion | Overloaded. Implicitly convert from DBCell to a bool. |
![]() Implicit Stitch.Database.DBCell to System.Decimal Conversion | Overloaded. Implicitly convert from DBCell to a decimal. |
![]() Implicit Stitch.Database.DBCell to System.Int64 Conversion | Overloaded. Implicitly convert from DBCell to a 64-bit integer. |
![]() Inequality Operator | Compare a DBCell to a boolean |
DBCell Constructor | Initializes a new instance of the DBCell class. |
Bool | Get or set as a boolean value |
DateTime | Get or set as a DateTime |
Decimal | Get or set as a decimal value |
Int32 | Get or set as an integer |
Int64 | Get or set as a 64-bit integer value |
String | Get or set as a string |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |