SqlClient Constructor (String, String)Nemiro.Data.dll
Initializes a new instance of the SqlClient class.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public SqlClient(
	string connectionString,
	string cachePath
)

Parameters

connectionString
Type: System String
Connection string. For example: user id=;password=;data source=(local);initial catalog= Default value: LocalSqlServer (key name of the connection string in the.config file)
cachePath
Type: System String
The path of storage a cache files. Using only with CacheType = File.
See Also