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

PostgreSqlObjectName Constructor (String)

Initializes a new instance of the PostgreSqlObjectName struct.

Namespace:  Tortuga.Chain.PostgreSql
Assembly:  Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)

Syntax


public PostgreSqlObjectName(
	string qualifiedName
)
Public Sub New ( _
	qualifiedName As String _
)
public:
PostgreSqlObjectName(
	String^ qualifiedName
)

Parameters

qualifiedName
Type: String
Name of the qualified.

Exceptions


ExceptionCondition
[ArgumentException] Fully qualified name is null or empty.;qualifiedName or Four-part identifiers are not supported.