C# Class ZocBuild.Database.DatabaseObject

Represents a database object on a specific database server, database, and schema.
Mostra file Open project: Zocdoc/ZocBuild.Database Class Usage Examples

Public Methods

Method Description
DatabaseObject ( string serverName, string databaseName, string schemaName, string objectName ) : System

Instantiates a database object with the given identifiers.

ToString ( ) : string

Returns a string representation of the object.

Method Details

DatabaseObject() public method

Instantiates a database object with the given identifiers.
public DatabaseObject ( string serverName, string databaseName, string schemaName, string objectName ) : System
serverName string The name of the database server.
databaseName string The name of the database.
schemaName string The name of the schema.
objectName string The name of the object.
return System

ToString() public method

Returns a string representation of the object.
public ToString ( ) : string
return string