Table of Contents

Method CreateSchema

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

CreateSchema(string)

Creates a new Schema within this database and registers it.

public Schema CreateSchema(string name)

Parameters

name string

The schema name.

Returns

Schema

The newly created Schema.