SqlClient Constructor (Type,  Object )Nemiro.Data.dll
Initializes a new instance of the SqlClient with custom cache object.

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

public SqlClient(
	Type cacheCustom,
	Object[] cacheCustomArgs
)

Parameters

cacheCustom
Type: System Type
Type of custom cache (must inherit from the ObjectCache class). The default value is taken from the NeData:Sql:CacheCustom configuration file.
cacheCustomArgs
Type:  System Object 
Additional parameters for initialization a custom cache. The default value is taken from the NeData:Sql:CacheCustomArgs configuration file.
See Also