Exemplo n.º 1
0
 protected void SetValue(string parameterName, object value)
 {
     _pgSqlCommand.SetValue(ColumnName, parameterName, value);
 }