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

SQL Anywhere 11.0.1 (Deutsch) » UltraLite - .NET-Programmierung » UltraLite .NET 2.0 API-Referenz » ULParameterCollection-Klasse

 

CopyTo-Methode

Kopiert ULParameter-Objekte aus dem ULParameterCollection-Objekt in das angegebene Array

Syntax
Visual Basic
Public Overrides Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
)
C#
public override void CopyTo(
   Array array,
   int index
);
Parameter
  • array   Das Array, in das die ULParameter-Objekte kopiert werden sollen

  • index   Der Startindex des Arrays

Siehe auch