Entity.FetchFromDB(String,Object,IEnumerable,Boolean) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > FetchFromDB - метод : FetchFromDB(String,Object,IEnumerable,Boolean) - метод C#
- conditionColumnName
- The name of the column for which the selection condition is set.
- conditionValue
- Value of the column with condition for selected data.
- columnNamesToFetch
- List of column names, 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( string conditionColumnName, object conditionValue, IEnumerable<string> columnNamesToFetch, bool useDisplayValues )
Параметры
- conditionColumnName
- The name of the column for which the selection condition is set.
- conditionValue
- Value of the column with condition for selected data.
- columnNamesToFetch
- List of column names, 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
.