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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULSyncParms class

 

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
  • src   The object to copy from.

See also