[This is preliminary documentation and subject to change.]
Serializes a DateTime struct to a byte array with the OLE DB format.
Serializes a DateTime struct to a byte array with the OLE DB format.
public static byte[] (DateTime);
Serializes a decimal value to a byte array with the required OLE DB format.
public static byte[] (Decimal);
Serializes a GUID value to a byte array with the required OLE DB format.
public static byte[] (Guid);
Converts an object to a binary representation of an OLE DB data type
public static byte[] (Object,OleDbType);
SqlCeConvert Class | Primeworks.DesktopSqlCe Namespace