Data Port Sync 1.0.500

JetConvert. Method (Object, OleDbType)

[This is preliminary documentation and subject to change.]

Converts an object to a binary representation of an OLE DB data type

[Visual Basic]
Overloads Public Shared Function ( _
   ByVal Object As Object, _
   ByVal OleDbType As OleDbType _
) As Byte()
[C#]
public static byte[] (
   Object objVal,
   OleDbType type
);

Parameters

Object
Object to convert
OleDbType
OLE DB type

Return Value

Serialized data

See Also

JetConvert Class | Primeworks.DataPortSync.Jet Namespace | JetConvert. Overload List