Stitch.Database Documentation

DBCell Members

DBCell overview

Public Static Operators

Equality Operator Compare a DBCell to a boolean
Implicit System.String to Stitch.Database.DBCell ConversionOverloaded. Implicitly convert from a string to DBCell.
Implicit System.DateTime to Stitch.Database.DBCell ConversionOverloaded. Implicitly convert from a DateTime to a DBCell
Implicit System.Int32 to Stitch.Database.DBCell ConversionOverloaded. Implicitly convert from an integer to a DBCell
Implicit System.Boolean to Stitch.Database.DBCell ConversionOverloaded. Implicitly convert from a boolean to a DBCell
Implicit System.Decimal to Stitch.Database.DBCell ConversionOverloaded. Implicitly convert from a decimal to a DBCell
Implicit System.Int64 to Stitch.Database.DBCell ConversionOverloaded. Implicitly convert from a 64-bit integer to a DBCell
Implicit Stitch.Database.DBCell to System.String ConversionOverloaded. Implicitly convert from DBCell to a string.
Implicit Stitch.Database.DBCell to System.Int32 ConversionOverloaded. Implicitly convert from DBCell to a int.
Implicit Stitch.Database.DBCell to System.DateTime ConversionOverloaded. Implicitly convert from DBCell to a DateTime.
Implicit Stitch.Database.DBCell to System.Boolean ConversionOverloaded. Implicitly convert from DBCell to a bool.
Implicit Stitch.Database.DBCell to System.Decimal ConversionOverloaded. Implicitly convert from DBCell to a decimal.
Implicit Stitch.Database.DBCell to System.Int64 ConversionOverloaded. Implicitly convert from DBCell to a 64-bit integer.
Inequality Operator Compare a DBCell to a boolean

Public Instance Constructors

DBCell ConstructorInitializes a new instance of the DBCell class.

Public Instance Properties

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

Public Instance Methods

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.

Protected Instance Methods

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.

See Also

DBCell Class | Stitch.Database Namespace