SqlClient
Cache Property
Nemiro.Data.dll
Provides access to parameters caching.
Namespace:
Nemiro.Data.Sql
Assembly:
Nemiro.Data
(in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
protected
CacheInfo
Cache
{
get
;
set
; }
protected CacheInfo Cache { get; set; }
Protected
Property
Cache
As
CacheInfo
Get
Set
Protected Property Cache As CacheInfo Get Set
Property Value
Type:
CacheInfo
See Also
SqlClient Class
Nemiro.Data.Sql Namespace