Click or drag to resize

TaskHelperExecuteMSSQLFile Method

Execute a .sql file

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