Stitch.Database Documentation

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

Implicitly convert from a 64-bit integer to a DBCell

public static implicit operator DBCell(
   long iValue
);

Parameters

iValue
Value to convert

Return Value

DBCell

See Also

DBCell Class | Stitch.Database Namespace