コード例 #1
0
 public bool Contains(string propertyName)
 {
     return(connectionStringBuilder.ContainsKey(propertyName));
 }