EntityColumnValueCollection.ForceLoadColumnValue - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntityColumnValueCollection - класс : ForceLoadColumnValue - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
ForceLoadColumnValue(String,Object) | Loads the value with the specified name from the passed-in System.Object entity. If the value with the specified name is not found, a new item with the specified name is added in the collection. |
ForceLoadColumnValue(String,IDataReader,Int32,Int32) | Loads the value with the specified name from the passed-in System.Data.IDataReader instance. If the value with the specified name is not found, a new item with the this name is added in the collection. |