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#
public TBase this[
	string owner,
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	owner As String,
	name As String
) As TBase
	Get

Parameters

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

Return Value

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

Implements

ISchemaObjectWithOwnerCollection<(Of <(<'T>)>)>..::..Item[([( String, String])])

See Also