Database

Models information of a database.

Namespace:
KpokPatagon.Data.SqlServer.Dba
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Properties

Collate

String collation.

Signature:
public String Collate { get; set; }

Name

Name of the database.

Signature:
public String Name { get; set; }

Methods

ToString

Returns a textual representation of the object.

Signature:
public String ToString()