Stitch.Database Documentation

DBCell Implicit System.Decimal to Stitch.Database.DBCell Conversion 

Implicitly convert from a decimal to a DBCell

public static implicit operator DBCell(
   decimal dValue
);

Parameters

dValue
Value to convert

Return Value

DBCell

See Also

DBCell Class | Stitch.Database Namespace