Class DatabaseSchema
Database schema.
Inheritance
System.Object
DatabaseSchema
Namespace: Kros.Data.Schema
Assembly: Kros.Utils.dll
Syntax
public class DatabaseSchema
Constructors
DatabaseSchema(String)
Creates an instance of database schema with specified name
.
Declaration
public DatabaseSchema(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the database. |
Properties
Name
Name of the database.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Tables
List of tables in database.
Declaration
public TableSchemaCollection Tables { get; }
Property Value
Type | Description |
---|---|
TableSchemaCollection |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()