Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

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

Loads the value from the passed-in System.Data.IDataReader instance for the property with the specified name.

Синтаксис

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.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?