Tamino API for .NET

TaminoSchemaCommand.Undefine Method (String)

Undefines all schemas in the specified Tamino collection.

[Visual Basic]
Overloads Public Function Undefine( _
   ByVal collection As String _
) As TaminoResponse
[C#]
public TaminoResponse Undefine(
   string collection
);

Parameters

collection
Tamino collection

Return Value

undefine response

Remarks

This is dangerous as ALL associated data will be DELETED!

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure

See Also

TaminoSchemaCommand Class | TaminoSchemaCommand Members | SoftwareAG.Tamino.Api Namespace | TaminoSchemaCommand.Undefine Overload List