Send feedback on this topic.
Teradata.Client.Provider
GetSchema() Method



Teradata.Client.Provider Namespace > TdConnection Class > GetSchema Method : GetSchema() Method
Returns the MetaDataCollections Schema collection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function GetSchema() As DataTable
'Usage
 
Dim instance As TdConnection
Dim value As DataTable
 
value = instance.GetSchema()
public override DataTable GetSchema()
public:
DataTable^ GetSchema(); override 

Return Value

A Data.DataTable containing MetaDataCollections schema collection information.
Remarks

Common and Provider-Specific collections are documented in Schema Collections section of the Developers Guide.

Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdConnection Class
TdConnection Members
Overload List
DbConnection.GetSchema