DatabaseObjectName Class

Definition

A representation of the name of an object in a database

public class DatabaseObjectName
type DatabaseObjectName = class
Public Class DatabaseObjectName
Inheritance
DatabaseObjectName

Constructors

DatabaseObjectName()

Initializes a new instance of the DatabaseObjectName class.

DatabaseObjectName(String, String, String, String)

Initializes a new instance of the DatabaseObjectName class.

Properties

DatabaseName

Gets the unescaped name of the database containing the object

ObjectName

Gets the unescaped name of the object

ObjectType

Gets or sets type of the object in the database Possible values include: 'StoredProcedures', 'Table', 'User', 'View', 'Function'

SchemaName

Gets the unescaped name of the schema containing the object

Applies to