Formats the full name.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static string FormatFullName(
	string owner,
	string tableName,
	string indexName
)
Visual Basic
Public Shared Function FormatFullName ( 
	owner As String,
	tableName As String,
	indexName As String
) As String

Parameters

owner
Type: System..::..String
The owner.
tableName
Type: System..::..String
Name of the table.
indexName
Type: System..::..String
Name of the index.

Return Value

Type: String

See Also