• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Mellivora
    • DbConnectionALExtension
    • DbConnectionByInstanceExtension
    • DbConnectionByObjectExtension
    • DbConnectionCurdExtension
    • DbConnectionOriginalExtension
  • Mellivora.DynamicCache
    • SqlDelegate<T>
    • SqlDelegate<T>.GetCommandByInstance
    • SqlDelegate<T>.GetCommandByObject
    • SqlDelegate<T>.GetGenericCommand
    • SqlDelegate<T>.GetReaderInstance
    • SqlDynamicCache
  • Vasily
    • AllocateStringDelegate
    • AndEquAttribute
    • AndGeqAttribute
    • AndGtrAttribute
    • AndLeqAttribute
    • AndLssAttribute
    • AndNeqAttribute
    • Cache
    • ColumnAttribute
    • IAttributesLogicalData
    • IAttributesLogicalOperator
    • IgnoreAttribute
    • IVasily
    • ModelStruction
    • NMSString
    • NoRepeateAttribute
    • OrEquAttribute
    • OrGeqAttribute
    • OrGtrAttribute
    • OrLeqAttribute
    • OrLssAttribute
    • OrNeqAttribute
    • OuterMapAttribute
    • PrimaryKeyAttribute
    • RepeateAttribute
    • SelectAttribute
    • Sql<T>
    • SqlModel
    • TableAttribute
    • UpdateAttribute
    • VasilyHandler
  • Vasily.Main
    • VasilyLink
  • Vasily.Model
    • ALStruct
    • OperatorChar
  • Vasily.Utils
    • ModelAnalyser
    • Setter
    • SqlAnalyser
    • SqlMaker

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.DynamicCache
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