Tamino API for .NET

TaminoCommand Members

Public Instance Properties

Collection Collection with which this command is associated.
Connection Connection with which this command is associated.
IsolationLevel Set the Tamino IsolationLevel value for the next command execution. Only for connections in AutoCommit mode.
LockMode Set the Tamino LockMode value for the next command execution.
Lockwait Set the Tamino Lockwait value for the next command execution.
Timeout The timeout in seconds to use for a command. This is especially helpful in the case of long running queries. A value of zero means that the Tamino defaults are used.

Public Instance Methods

DeleteOverloaded. Delete specified document.
Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
InsertOverloaded. Insert specified document.
QueryOverloaded. Perform specified query.
QueryReader Perform specified query.
QueryStream Perform specified query.
RetrieveOverloaded. Retrieve specified document. The document is retrieved in situ.
RetrieveProperties Retrieve document properties.
RetrieveReader Retrieve specified XML document as a reader.
RetrieveStream Retrieve specified document as a stream.
ToString (inherited from Object)
UpdateOverloaded. Update the specified document.

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

TaminoCommand Class | SoftwareAG.Tamino.Api Namespace