Platform Core .NET Assemblies API
ForceLoadColumnValue(String,IDataReader,Int32,Int32) Method
See Also  Send Feedback
Terrasoft.Core.Entities Namespace > EntityColumnValueCollection Class > ForceLoadColumnValue Method : ForceLoadColumnValue(String,IDataReader,Int32,Int32) Method
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 a value with the specified name is not found, a new element with the specified name is added to the collection.

Syntax

 
C#
 
 

Parameters

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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.