Data Port Sync 1.0.500

SqlCeForeignKey Constructor 

[This is preliminary documentation and subject to change.]

Builds a SqlCeForeignKey from pipe raw data

[Visual Basic]
Public Sub New( _
   ByVal SqlCeTable As SqlCeTable, _
   ByVal Byte[] As Byte(), _
   ByVal Int32 As Integer _
)
[C#]
public SqlCeForeignKey(
   SqlCeTable table,
   Byte[] data,
   Int32 iIndex
);

Parameters

SqlCeTable
Containing table.
Byte[]
Byte buffer.
Int32
Byte buffer index.

See Also

SqlCeForeignKey Class | Primeworks.DesktopSqlCe Namespace