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

PostgreSqlObjectName Constructor (Nullable<(Of <(<'String>)>)>, 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(
	Nullable<string> schema,
	string name
)
Public Sub New ( _
	schema As Nullable(Of String), _
	name As String _
)
public:
PostgreSqlObjectName(
	Nullable<String^> schema, 
	String^ name
)

Parameters

schema
Type: Nullable<(Of <(<'String>)>)>
The schema.
name
Type: String
The name.