Table of Contents

Interface ISqlSchemaBuilder

Namespace
LfrlAnvil.Sql.Objects.Builders
Assembly
LfrlAnvil.Sql.Core.dll

Represents an SQL schema builder.

public interface ISqlSchemaBuilder : ISqlObjectBuilder
Inherited Members

Properties

Objects

Collection of objects that belong to this schema.

ISqlObjectBuilderCollection Objects { get; }

Property Value

ISqlObjectBuilderCollection

Methods

SetName(string)

Changes the name of this object.

ISqlSchemaBuilder SetName(string name)

Parameters

name string

Name to set.

Returns

ISqlSchemaBuilder

this.

Exceptions

SqlObjectBuilderException

When name cannot be changed.