# GetTableDataByConditionParams 인터페이스

데이터 테이블 또는 뷰 데이터를 가져올 때의 매개 변수입니다. getTableDataByCondition 메서드 에 사용합니다.

| 속성             | 형식                   | 설명                |
| -------------- | -------------------- | ----------------- |
| Columns        | string\[]            | 가져온 열의 이름 컬렉션입니다. |
| QueryCondition | object               | 정보를 쿼리합니다.        |
| QueryPolicy    | TableDataQueryPolicy | 쿼리할 때의 정책입니다.     |
| SortCondition  | object               | 정보를 정렬합니다.        |
| TableName      | string               | 테이블 또는 뷰의 이름입니다.  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.forguncy.co.kr/command/javascriptprogramming/javascript-api/forguncyinterface/gettabledatabyconditionparams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
