EventHandlerBase.SetDatabaseConnection Method

Relativity Event Handlers

Note: This API is now obsolete.

Sets a database connection for a given event handler.

Namespace:  kCura.EventHandler
Assembly:  kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

[ObsoleteAttribute("SetDatabaseConnection is deprecated.", false)]
public void SetDatabaseConnection(
	SqlConnection connection,
	string masterDbServerName,
	Hashtable dbLocationCache
)

[ObsoleteAttribute("SetDatabaseConnection is deprecated.", false)]
public void SetDatabaseConnection(
	SqlConnection connection,
	string masterDbServerName,
	Hashtable dbLocationCache
)

Parameters

connection
Type: System.Data.SqlClient.SqlConnection
String value containing SQL connection properties.
masterDbServerName
Type: System.String
Name of a master database server.
dbLocationCache
Type: System.Collections.Hashtable
Hashtable specifying a database cache location.
Remarks

See Also

Reference