Click or drag to resize

TaskHelperExecuteMSSQLFile Method

Execute a .sql file

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
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