Tamino API for .NET

TaminoConnection.CreateCommand Method 

Create a command bound to this connection and the specified collection.

[Visual Basic]
Public Function CreateCommand( _
   ByVal collection As String _
) As TaminoCommand
[C#]
public TaminoCommand CreateCommand(
   string collection
);

Parameters

collection
collection with which command is associated

Return Value

created command

Remarks

You need command objects to be able to work with Tamino.

See Also

TaminoConnection Class | TaminoConnection Members | SoftwareAG.Tamino.Api Namespace