RelationalReaderFieldValueOrDefaultT Method (String)

Gets the field value or default(), if the value is DBNull.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public T FieldValueOrDefault<T>(
	string name
)

Parameters

name
Type: SystemString
The name of the column.

Type Parameters

T
The type of the value to be returned.

Return Value

Type: T
The field value or default(), if the value is DBNull.
See Also