| Stitch.Database Documentation | |
DBCell Implicit System.Int32 to Stitch.Database.DBCell Conversion
Implicitly convert from an integer to a DBCell
public static implicit operator
DBCell(
int iValue);
Parameters
- iValue
- Value to convert
Return Value
DBCell
See Also
DBCell Class | Stitch.Database Namespace