I'm trying to set the MissingSchemaAction
property of a NpgsqlDataAdapter
object, but Visual Studio is complaining that the property does not exist.
I looked at the github project and saw that NpgsqlDataAdapter
inherits from DbDataAdapter
, where documentation it shows that it has the property I'm trying to set.
If NpgsqlDataAdapter
inherits from DbDataAdapter
, why am I not able to set this property?