Show / Hide Table of Contents

Class SqlDelegate<T>

Inheritance
System.Object
SqlDelegate<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mellivora
Assembly: cs.temp.dll.dll
Syntax
public static class SqlDelegate<T>
Type Parameters
Name Description
T

Fields

CommandGenericCache

Declaration
public static readonly ConcurrentDictionary<string, SqlDelegate<T>.GetGenericcommand> CommandGenericCache
Field Value
Type Description
ConcurrentDictionary<System.String, SqlDelegate.GetGenericcommand<>>

CommandInstancesCache

Declaration
public static readonly ConcurrentDictionary<int, ConcurrentDictionary<string, SqlDelegate<T>.GetCommandByInstance>> CommandInstancesCache
Field Value
Type Description
ConcurrentDictionary<System.Int32, ConcurrentDictionary<System.String, SqlDelegate.GetCommandByInstance<>>>

CommandObjectsCache

Declaration
public static readonly ConcurrentDictionary<string, SqlDelegate<T>.GetCommandByObject> CommandObjectsCache
Field Value
Type Description
ConcurrentDictionary<System.String, SqlDelegate.GetCommandByObject<>>

ComplexReaderCache

Declaration
public static readonly ConcurrentDictionary<Tuple<string, int, int>, SqlDelegate<T>.GetReaderInstance> ComplexReaderCache
Field Value
Type Description
ConcurrentDictionary<Tuple<System.String, System.Int32, System.Int32>, SqlDelegate.GetReaderInstance<>>

SingleReaderCache

Declaration
public static readonly ConcurrentDictionary<string, SqlDelegate<T>.GetReaderInstance> SingleReaderCache
Field Value
Type Description
ConcurrentDictionary<System.String, SqlDelegate.GetReaderInstance<>>
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX