Stitch.Database Documentation

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

Implicitly convert from a boolean to a DBCell

public static implicit operator DBCell(
   bool bValue
);

Parameters

bValue
Value to convert

Return Value

DBCell

See Also

DBCell Class | Stitch.Database Namespace