Stitch.Database Documentation
DBCell Implicit System.String to Stitch.Database.DBCell Conversion
Implicitly convert from a string to DBCell.
public static implicit operator
DBCell
(
string
strValue
);
Parameters
strValue
Value to convert
Return Value
DBCell
See Also
DBCell Class
|
Stitch.Database Namespace