Tamino API for .NET

TaminoCommand Class

Provides basic Tamino database commands.

The methods in this class are used to perform data-related operations against the Tamino database. The data that the class handles may be either XML or non-XML (binary) documents.

For a list of all members of this type, see TaminoCommand Members.

System.Object
   TaminoCommand

[Visual Basic]
Public Class TaminoCommand
[C#]
public class TaminoCommand

Remarks

See TaminoResponse and TaminoQueryResponse for details about handling command responses.

The following provides an overview of the available commands:

MethodPurpose
Insertto insert documents
Updateto update documents
Deleteto delete documents
Queryto query for documents or document fragments
Retrieveto retrieve documents
RetrievePropertiesto retrieve a document's properties

Note: If a method returns a Stream or an XmlReader, it is the user's responsibility to close that Stream or XmlReader to prevent resource leakage.

Requirements

Namespace: SoftwareAG.Tamino.Api Namespace

Assembly: TaminoAPI.dll

See Also

TaminoCommand Members | SoftwareAG.Tamino.Api Namespace