DrdaConnection.GetSchema Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetSchema(String, String[], String) | |
| GetSchema() | |
| GetSchema(String) | |
| GetSchema(String, String) | |
| GetSchema(String, String[]) |
GetSchema(String, String[], String)
public:
System::Data::DataTable ^ GetSchema(System::String ^ collectionName, cli::array <System::String ^> ^ restrictionValues, System::String ^ options);
public System.Data.DataTable GetSchema (string collectionName, string[] restrictionValues, string options);
override this.GetSchema : string * string[] * string -> System.Data.DataTable
Public Function GetSchema (collectionName As String, restrictionValues As String(), options As String) As DataTable
Parameters
- collectionName
- String
- restrictionValues
- String[]
- options
- String
Returns
Applies to
GetSchema()
public:
override System::Data::DataTable ^ GetSchema();
public override System.Data.DataTable GetSchema ();
override this.GetSchema : unit -> System.Data.DataTable
Public Overrides Function GetSchema () As DataTable
Returns
Applies to
GetSchema(String)
public:
override System::Data::DataTable ^ GetSchema(System::String ^ collectionName);
public override System.Data.DataTable GetSchema (string collectionName);
override this.GetSchema : string -> System.Data.DataTable
Public Overrides Function GetSchema (collectionName As String) As DataTable
Parameters
- collectionName
- String
Returns
Applies to
GetSchema(String, String)
public:
System::Data::DataTable ^ GetSchema(System::String ^ collectionName, System::String ^ options);
public System.Data.DataTable GetSchema (string collectionName, string options);
override this.GetSchema : string * string -> System.Data.DataTable
Public Function GetSchema (collectionName As String, options As String) As DataTable
Parameters
- collectionName
- String
- options
- String
Returns
Applies to
GetSchema(String, String[])
public:
override System::Data::DataTable ^ GetSchema(System::String ^ collectionName, cli::array <System::String ^> ^ restrictionValues);
public override System.Data.DataTable GetSchema (string collectionName, string[] restrictionValues);
override this.GetSchema : string * string[] -> System.Data.DataTable
Public Overrides Function GetSchema (collectionName As String, restrictionValues As String()) As DataTable
Parameters
- collectionName
- String
- restrictionValues
- String[]