Entity.LoadColumnValue(String,IDataReader,Int32) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > LoadColumnValue - метод : LoadColumnValue(String,IDataReader,Int32) - метод C#
- columnValueName
- The name of the property of an object.
- dataReader
- The System.Data.IDataReader instance from which the property value is loaded.
- fieldIndex
- Index of the field loaded from the System.Data.IDataReader object.
Glossary Item Box
public void LoadColumnValue( string columnValueName, IDataReader dataReader, int fieldIndex )
Параметры
- columnValueName
- The name of the property of an object.
- dataReader
- The System.Data.IDataReader instance from which the property value is loaded.
- fieldIndex
- Index of the field loaded from the System.Data.IDataReader object.