Entity.FetchFromDB(EntitySchemaColumn,Object,IEnumerable,Boolean) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > FetchFromDB - метод : FetchFromDB(EntitySchemaColumn,Object,IEnumerable,Boolean) - метод C#
- conditionColumn
- The column for which the selection condition is set.
- conditionValue
- Value of the column with condition for selected data.
- columnsToFetch
- List of columns, which will be selected.
- useDisplayValues
- Indicates that the query returns the primary display values. If the parameter is
true
, the query will return the primary display values.
Glossary Item Box
public bool FetchFromDB( EntitySchemaColumn conditionColumn, object conditionValue, IEnumerable<EntitySchemaColumn> columnsToFetch, bool useDisplayValues )
Параметры
- conditionColumn
- The column for which the selection condition is set.
- conditionValue
- Value of the column with condition for selected data.
- columnsToFetch
- List of columns, which will be selected.
- useDisplayValues
- Indicates that the query returns the primary display values. If the parameter is
true
, the query will return the primary display values.
Тип возвращаемого значения
true
, if the object has been loaded; otherwise - false
.Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as the conditionColumn parameter. |