Click or drag to resize

TaskDatabaseHelperExecuteNonQuery(ConnectionType, String, String, String, DbConnection) Method

Execute a SQL statement on a connection. Several statements may be executed using a commands separator.

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public void ExecuteNonQuery(
	ConnectionType connectionType,
	string connectionString,
	string sql,
	string commandsSeparator = null,
	DbConnection openConnection = null
)

Parameters

connectionType  ConnectionType
 
connectionString  String
 
sql  String
 
commandsSeparator  String  (Optional)
 
openConnection  DbConnection  (Optional)
 
See Also