Npgsql.NpgsqlCommandBuilder.NpgsqlCommandBuilder C# (CSharp) Method

NpgsqlCommandBuilder() public method

Initializes a new instance of the NpgsqlCommandBuilder class.
public NpgsqlCommandBuilder ( ) : System
return System
        public NpgsqlCommandBuilder()
            : this(null)
        {
        }

Same methods

NpgsqlCommandBuilder::NpgsqlCommandBuilder ( Npgsql.NpgsqlDataAdapter adapter ) : System