ConnectionStringBuilderGetValueT Method (String) |
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)
Syntaxpublic T GetValue<T>(
string key
)
Public Function GetValue(Of T) (
key As String
) As T
public:
generic<typename T>
T GetValue(
String^ key
)
member GetValue :
key : string -> 'T
Parameters
- key
- Type: SystemString
The key.
Type Parameters
- T
- Data type of the value.
Return Value
Type:
TThe value.
See Also