Click or drag to resize

ICommandFactoryReadString Method

Reads string from data reader and ensures that result is not null, even if the DB provider returns SQL NULL.

Namespace:  PDTec.IceNet.Core.Database.Query
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
string ReadString(
	IDataReader pReader,
	int index
)

Parameters

pReader
Type: System.DataIDataReader
index
Type: SystemInt32

Return Value

Type: String
See Also