Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace
Tortuga.Chain.SqlServer Namespace

SqlServerObjectName Members

The SqlServerObjectName type exposes the following members.

Constructors


  Name Description
Public method SqlServerObjectName(Nullable<(Of <<'(String>)>>), String)
Initializes a new instance of the SqlServerObjectName struct.
Public method SqlServerObjectName(Nullable<(Of <<'(String>)>>), Nullable<(Of <<'(String>)>>), String)
Initializes a new instance of the SqlServerObjectName struct.
Public method SqlServerObjectName(String)
Initializes a new instance of the SqlServerObjectName struct.

Methods


  Name Description
Public method Equals(Nullable<(Of <<'(Object>)>>))
Determines whether the specified Object, is equal to this instance.
Public method Equals(SqlServerObjectName)
Returns true if the two objects are equal.
Public method Equals(System.Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Returns a hash code for this instance.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToQuotedString
To the quoted string.
Public method ToString
Returns a String that represents this instance.

Operators


  Name Description
Public operator Static member Equality
Implements the operator ==.
Public operator Static member Implicit Widening Implicit Implicit Implicit (String to SqlServerObjectName)
Perform an implicit conversion from String to SqlServerObjectName.
Public operator Static member Inequality
Implements the operator !=.

Fields


  Name Description
Public field Static member Empty
An empty schema/name pair

Properties


  Name Description
Public property Database
Gets the database.
Public property Name
Gets the name.
Public property Schema
Gets the schema.