Click or drag to resize
Galactic API

MSSqlUtilityExecuteNonQuery Method

Executes the non-query TSQL command provided.

Namespace:  Galactic.Sql.MSSql
Assembly:  Galactic.Sql.MSSql (in Galactic.Sql.MSSql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public override bool ExecuteNonQuery(
	string command,
	string connectionString,
	EventLog log
)

Parameters

command
Type: SystemString
The TSQL command text to execute.
connectionString
Type: SystemString
The connection string of the database to execute the script against.
log
Type: Galactic.EventLogEventLog
The event log to log execptions to. May be null for no logging.

Return Value

Type: Boolean
True if the command ran, false otherwise.
See Also