Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

EntitySchemaQuery.LoadDataTableData(UserConnection,DataTable,EntitySchemaQueryOptions) - метод Смотри также  Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс > LoadDataTableData - метод : LoadDataTableData(UserConnection,DataTable,EntitySchemaQueryOptions) - метод C#

userConnection
User connection.
dataTable
The System.Data.DataTable instance in which the output of the query execution is loaded.
options
Settings of the entity schema query.

Glossary Item Box

Loads the output of executing the current entity schema query in the passed-in System.Data.DataTable entity, based on the specified settings and using the specified user connection.

Синтаксис

public void LoadDataTableData( 
   UserConnection userConnection, 
   DataTable dataTable, 
   EntitySchemaQueryOptions options 
)

Параметры

userConnection
User connection.
dataTable
The System.Data.DataTable instance in which the output of the query execution is loaded.
options
Settings of the entity schema query.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?