public AddWithValue ( string parameterName, NpgsqlDbType parameterType, int size, object value ) : Npgsql.NpgsqlParameter | ||
parameterName | string | The name of the |
parameterType | NpgsqlDbType | One of the NpgsqlDbType values. |
size | int | The length of the column. |
value | object | The Value of the |
리턴 | Npgsql.NpgsqlParameter |