Gets the TableSchema with the specified owner and name.
Namespace: SchemaExplorerAssembly: 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 |
Return Value
Type: TBaseThe TableSchema with the specified owner and name.