DBExecution readItemSafe Method (DbDataReader , Int32)DataBaseExecutors
Get item value by id (handle DbNull as String.Empty).

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public static string readItemSafe(
	ref DbDataReader reader,
	int colIndex
)

Parameters

reader
Type: System.Data.Common DbDataReader 

[Missing <param name="reader"/> documentation for "M:DataBaseExecutors.DBExecution.readItemSafe(System.Data.Common.DbDataReader@,System.Int32)"]

colIndex
Type: System Int32

[Missing <param name="colIndex"/> documentation for "M:DataBaseExecutors.DBExecution.readItemSafe(System.Data.Common.DbDataReader@,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:DataBaseExecutors.DBExecution.readItemSafe(System.Data.Common.DbDataReader@,System.Int32)"]

Remarks

See Also