Gets the TableSchema with the specified owner and name.

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

Syntax

C#
T this[
	string owner,
	string name
] { get; }
Visual Basic
ReadOnly Default Property Item ( 
	owner As String,
	name As String
) As T
	Get

Parameters

owner
Type: System..::..String
name
Type: System..::..String

Return Value

Type: T
The TableSchema with the specified owner and name.

See Also