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# |
|---|
T this[ string owner, string name ] { get; } |
| Visual Basic |
|---|
ReadOnly Default Property Item ( owner As String, name As String ) As T Get |
Return Value
Type: TThe TableSchema with the specified owner and name.