RelationalReaderFieldValueOrDefaultT(String) Method

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 (26.2.0.1000)
Syntax
public T FieldValueOrDefault<T>(
	string name
)

Parameters

name  String
The name of the column.

Type Parameters

T
The type of the value to be returned.

Return Value

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