Skip to content

DataReaderExtensions.ToInt32 method

Reads and converts the value at the field index to Int32. Returns null if the value is DBNull.

public static int? ToInt32(this IDataReader reader, int index)
parameter description
reader The reader (required).
index The field index.

Return Value

The field value, or null if the value is DBNull.

See Also