Data Port Sync 1.0.500

SqlCeColumnType Constructor (OleDbType, Boolean, Boolean)

[This is preliminary documentation and subject to change.]

Builds a SqlCeColumnType object from the OleDbType.

[Visual Basic]
Overloads Public Sub New( _
   ByVal OleDbType As OleDbType, _
   ByVal Boolean As Boolean, _
   ByVal Boolean As Boolean _
)
[C#]
public SqlCeColumnType(
   OleDbType oleDbType,
   Boolean bFixed,
   Boolean bLong
);

Parameters

OleDbType
Boolean
Boolean

See Also

SqlCeColumnType Class | Primeworks.DesktopSqlCe Namespace | SqlCeColumnType Constructor Overload List