Interface ISqlObject
Represents an SQL object.
public interface ISqlObject
Properties
Database
Database that this object belongs to.
ISqlDatabase Database { get; }
Property Value
Name
Object's name.
string Name { get; }
Property Value
Type
Object's type.
SqlObjectType Type { get; }