Tamino API for .NET

TaminoSchemaCommand Members

Public Instance Properties

Connection Connection with which this command is associated.
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

DefineOverloaded. Defines a schema in the Tamino database.
Equals (inherited from Object)
GetCollectionNames Returns a sorted list with the names of all collections stored within Tamino.
GetDoctypeNames Returns a sorted list of doctype names defined in the specified collection and schema. The returned list does not contain duplicate names.
GetHashCode (inherited from Object)
GetSchema Searches for all schema definitions with the specified name in the specified collection. It returns a list of xs:schema nodes. The returned node list contains a node for each schema found.
GetSchemaNamesOverloaded. Returns a sorted list of all schema names in the specified collection. The returned list does not contain duplicate names.
GetType (inherited from Object)
ToString (inherited from Object)
UndefineOverloaded. Undefines the specified schema in the specified Tamino collection.

Protected Instance Methods

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

See Also

TaminoSchemaCommand Class | SoftwareAG.Tamino.Api Namespace