ConnectionStringBuilderGetValueT Method (String, T)

Gets the value with the specified data type.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public T GetValue<T>(
	string key,
	T defaultValue
)

Parameters

key
Type: SystemString
The key.
defaultValue
Type: T
The default value.

Type Parameters

T
Data type of the value.

Return Value

Type: T
The value.
See Also