Table of Contents

Property this

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

this[string]

Gets the schema with the specified name from this database.

public Schema this[string name] { get; }

Parameters

name string

The schema name.

Property Value

Schema

Exceptions

Exception

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