Table of Contents

Interface ISqlObject

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

Represents an SQL object.

public interface ISqlObject

Properties

Database

Database that this object belongs to.

ISqlDatabase Database { get; }

Property Value

ISqlDatabase

Name

Object's name.

string Name { get; }

Property Value

string

Type

Object's type.

SqlObjectType Type { get; }

Property Value

SqlObjectType