Npgsql.NpgsqlCommand.NpgsqlCommand C# (CSharp) Method

NpgsqlCommand() public method

Initializes a new instance of the NpgsqlCommand class with the text of the query.
public NpgsqlCommand ( String cmdText ) : System
cmdText String The text of the query.
return System
        public NpgsqlCommand(String cmdText)
            : this(cmdText, null, null)
        {
        }

Same methods

NpgsqlCommand::NpgsqlCommand ( ) : System
NpgsqlCommand::NpgsqlCommand ( String cmdText, NpgsqlConnection connection ) : System
NpgsqlCommand::NpgsqlCommand ( String cmdText, NpgsqlConnection connection, NpgsqlTransaction transaction ) : System
NpgsqlCommand::NpgsqlCommand ( String cmdText, NpgsqlConnector connector, int CommandTimeout = 20 ) : System