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

EntityColumnValueCollection.ForceLoadColumnValue(String,IDataReader,Int32,Int32) - метод Смотри также  Terrasoft.Core.Entities - пространство имен > EntityColumnValueCollection - класс > ForceLoadColumnValue - метод : ForceLoadColumnValue(String,IDataReader,Int32,Int32) - метод C#

name
The name of the entity column value.
dataReader
The System.Data.IDataReader instance from which the value is loaded.
fieldIndex
The position in the passed-in System.Data.IDataReader from which the value is loaded.
packageSize
The packet size.

Glossary Item Box

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.

Синтаксис

public void ForceLoadColumnValue( 
   string name, 
   IDataReader dataReader, 
   int fieldIndex, 
   int packageSize 
)

Параметры

name
The name of the entity column value.
dataReader
The System.Data.IDataReader instance from which the value is loaded.
fieldIndex
The position in the passed-in System.Data.IDataReader from which the value is loaded.
packageSize
The packet size.

Смотри также

© Terrasoft 2002-2017.

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

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