GetFileTablesEx Method
Overloads
GetFileTablesEx(String, String, FileDataFormat) |
Lists the tables and fields of a JSON or XML file for a folder connection. |
GetFileTablesEx(String, String, FileDataFormat)
Lists the tables and fields of a JSON or XML file for a folder connection.
Declaration
IEnumerable<DataTableEx> GetFileTablesEx([QixName("qConnectionId")] string connectionId, [QixName("qRelativePath")] string relativePath = null, [QixName("qDataFormat")] FileDataFormat dataFormat)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId |
Identifier of the connection. |
System.String | relativePath |
Path of the connection file. |
FileDataFormat | dataFormat |
Type of the file. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<DataTableEx> |
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!