Entity.FetchPrimaryInfoFromDB(EntitySchemaColumn,Object) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > FetchPrimaryInfoFromDB - метод : FetchPrimaryInfoFromDB(EntitySchemaColumn,Object) - метод C#
- conditionColumn
- The instance of the column for which the selection condition is set.
- conditionValue
- Value of the column with condition for selected data.
Glossary Item Box
public bool FetchPrimaryInfoFromDB( EntitySchemaColumn conditionColumn, object conditionValue )
Параметры
- conditionColumn
- The instance of the column for which the selection condition is set.
- conditionValue
- Value of the column with condition for selected data.
Тип возвращаемого значения
true
, if the object has been loaded; otherwise - false
.Исключение | Описание |
---|---|
System.ArgumentNullException | If the empty value or null value is passed as the conditionColumn parameter. |