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 keyName
)
Visual Basic
Public Shared Function FormatFullName ( 
	owner As String,
	tableName As String,
	keyName As String
) As String

Parameters

owner
Type: System..::..String
The owner.
tableName
Type: System..::..String
Name of the table.
keyName
Type: System..::..String
Name of the key.

Return Value

Type: String

See Also