Show / Hide Table of Contents

Interface IDatabaseObject

Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IDatabaseObject

Properties

| Improve this Doc View Source

Database

Declaration
Database Database { get; }
Property Value
Type Description
Database
| Improve this Doc View Source

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Permissions

Declaration
IEnumerable<DatabasePermission> Permissions { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<DatabasePermission>
| Improve this Doc View Source

Schema

Declaration
string Schema { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2018