Item

ConnectionParameterCollection indexer (1 of 2)

获取ConnectionParameter指定索引处的元素。

public ConnectionParameter this[int index] { get; set; }
范围描述
index元素的从零开始的索引。

返回值

指定索引处的元素。

也可以看看


ConnectionParameterCollection indexer (2 of 2)

获取ConnectionParameter具有指定名称的元素。

public ConnectionParameter this[string connParamName] { get; }
范围描述
connParamName连接参数名称

返回值

具有指定名称的元素。

也可以看看