Skip to main content Skip to complementary content

GetDatabaseTableFields Method

Overloads

GetDatabaseTableFields(String, String, String, String)

Lists the fields inside a table of a database for a ODBC, OLEDB or CUSTOM connection.

GetDatabaseTableFields(String, String, String, String)

Lists the fields inside a table of a database for a ODBC, OLEDB or CUSTOM connection.

Declaration

      public IEnumerable<DataField> GetDatabaseTableFields([QixName("qConnectionId")] string connectionId, [QixName("qDatabase")] string database = null, [QixName("qOwner")] string owner = null, [QixName("qTable")] string table)
    

Parameters

Type Name Description
System.String connectionId

Identifier of the connection.

System.String database

Name of the database. If qDatabase is not set then qOwner must be set.

System.String owner

Owner of the database. If qOwner is not set then qDatabase must be set.

System.String table

Name of the table.

Returns

Type Description
System.Collections.Generic.IEnumerable<DataField>

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!