Table of Contents

Method GetSchema

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

GetSchema(string)

Returns the schema with the specified name from this database.

public Schema GetSchema(string name)

Parameters

name string

The schema name.

Returns

Schema

The matching Schema.

Exceptions

Exception

Thrown when no schema with that name exists in this database.