# DataConnectionsLoadedCondition

## Шаблон DataConnectionsLoadedCondition <a href="#template_data_connections_loaded_condition" id="template_data_connections_loaded_condition"></a>

```xml
<Condition Name="" Type="DataConnectionsLoadedCondition" Assembly="Conditions">
  <!--Тэги, общие для всех условий-->
  <!--Тэги, специфичные для DataConnectionsLoadedCondition-->
  <DataConnections>
    <DataConnection Name="" />
  </DataConnections>
</Condition>
```

## Описание DataConnectionsLoadedCondition <a href="#description_data_connections_loaded_condition" id="description_data_connections_loaded_condition"></a>

```xml
<Condition Name="DataConnectionsLoadedConditionName" Type="DataConnectionsLoadedCondition" Assembly="Conditions">
  <!--Тэги, общие для всех условий-->
  <!--Тэги, специфичные для DataConnectionsLoadedCondition-->
</Condition>
```

## Тэги, специфичные для DataConnectionsLoadedCondition <a href="#tags_data_connections_loaded_condition" id="tags_data_connections_loaded_condition"></a>

### DataConnections <a href="#data_connections" id="data_connections"></a>

Список загружающих [соединений с данными](https://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/dataconnections).

Обязательный тэг. Значение тэга `<DataConnections>`: список тэгов [`<DataConnection>`](#data_connections_data_connection).

```xml
<DataConnections>
  <DataConnection Name="DataConnectionName" />
</DataConnections>
```

#### Тэг `<DataConnection>` <a href="#data_connections_data_connection" id="data_connections_data_connection"></a>

Загружающее [соединение с данными](https://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/dataconnections).

Обязательный тэг. Значение тэга `<DataConnections>`: не ожидается.

#### Атрибуты тэга `<DataConnection>` <a href="#attributes_tag_data_connections_data_connection" id="attributes_tag_data_connections_data_connection"></a>

<table data-header-hidden><thead><tr><th align="center"></th><th width="463.3333333333333"></th></tr></thead><tbody><tr><td align="center">Name</td><td><p>Название загружающего соединения с данными.</p><p></p><p>Обязательный атрибут. Ожидается название одного из загружающих соединений с данными, описанных в форме.</p></td></tr></tbody></table>


---

# 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://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/conditions/event_condition/data_connections_loaded_condition.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.
