Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULSyncParms class

Version property Next Page

CopyFrom method


Copies the properties of the specified ULSyncParms object to this ULSyncParms object.

Syntax

Visual Basic

Public Sub CopyFrom( _
ByVal src As ULSyncParms _
)

C#

public void CopyFrom(
ULSyncParms src
);

Parameters
See also