Tamino API for .NET

TaminoConnection.CreateSchemaCommand Method 

Create a schema command bound to this connection.

[Visual Basic]
Public Function CreateSchemaCommand() As TaminoSchemaCommand
[C#]
public TaminoSchemaCommand CreateSchemaCommand();

Return Value

created schema command

Remarks

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

See Also

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