ConnectionStringBuilderGetValueT(IEnumerableString, T) Method

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 (26.2.0.1000)
Syntax
public T GetValue<T>(
	IEnumerable<string> keys,
	T defaultValue
)

Parameters

keys  IEnumerableString
The possible keys ("synonyms").
defaultValue  T
The default value.

Type Parameters

T
Data type of the value.

Return Value

T
The value.
See Also