Click or drag to resize

TaskHelperExecuteMSSQLFile Method

Execute a .sql file

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public void ExecuteMSSQLFile(
	string filePath,
	bool useAllConnections = false,
	bool stopOnError = true,
	int errorClassLevel = 11,
	int waitCommands = 20,
	int waitConnections = 100
)

Parameters

filePath  String
 
useAllConnections  Boolean  (Optional)
 
stopOnError  Boolean  (Optional)
 
errorClassLevel  Int32  (Optional)
 
waitCommands  Int32  (Optional)
 
waitConnections  Int32  (Optional)
 
See Also