Entity.LoadColumnValue(String,IDataReader,Int32,Int32) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > LoadColumnValue - метод : LoadColumnValue(String,IDataReader,Int32,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.
- binaryPackageSize
- Size of the loaded value.
Glossary Item Box
public void LoadColumnValue( string columnValueName, IDataReader dataReader, int fieldIndex, int binaryPackageSize )
Параметры
- 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.
- binaryPackageSize
- Size of the loaded value.