Table of Contents

Method NewSchema

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

NewSchema(string)

Creates a new in-memory schema with the specified name.

public static Schema NewSchema(string name)

Parameters

name string

The name of the schema to create.

Returns

Schema

A new Schema instance.