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

SqlServerObjectName Constructor (Nullable<(Of <(<'String>)>)>, Nullable<(Of <(<'String>)>)>, String)

Initializes a new instance of the SqlServerObjectName struct.

Namespace:  Tortuga.Chain.SqlServer
Assembly:  Tortuga.Chain.SqlServer.OleDb (in Tortuga.Chain.SqlServer.OleDb.dll)

Syntax


public SqlServerObjectName(
	Nullable<string> database,
	Nullable<string> schema,
	string name
)
Public Sub New ( _
	database As Nullable(Of String), _
	schema As Nullable(Of String), _
	name As String _
)
public:
SqlServerObjectName(
	Nullable<String^> database, 
	Nullable<String^> schema, 
	String^ name
)

Parameters

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