Show / Hide Table of Contents

Class SqlDynamicCache

Inheritance
System.Object
SqlDynamicCache
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 SqlDynamicCache

Methods

GetcommandGenericDelegate<T>(String, T)

Declaration
[SecurityCritical]
public static SqlDelegate<T>.GetGenericcommand GetcommandGenericDelegate<T>(string sql, T value)
Parameters
Type Name Description
System.String sql
T value
Returns
Type Description
SqlDelegate.GetGenericcommand<>
Type Parameters
Name Description
T

GetInstanceCommandDelegate<T>(String, Object)

Declaration
[SecurityCritical]
public static SqlDelegate<T>.GetCommandByInstance GetInstanceCommandDelegate<T>(string sql, object value)
Parameters
Type Name Description
System.String sql
System.Object value
Returns
Type Description
SqlDelegate.GetCommandByInstance<>
Type Parameters
Name Description
T

GetObjectsCommandDelegate<T>(String, Object[])

Declaration
[SecurityCritical]
public static SqlDelegate<T>.GetCommandByObject GetObjectsCommandDelegate<T>(string sql, object[] value)
Parameters
Type Name Description
System.String sql
System.Object[] value
Returns
Type Description
SqlDelegate.GetCommandByObject<>
Type Parameters
Name Description
T

GetReaderDelegate<T>(IDataReader, String)

Declaration
[SecurityCritical]
public static SqlDelegate<T>.GetReaderInstance GetReaderDelegate<T>(IDataReader reader, string sql)
Parameters
Type Name Description
IDataReader reader
System.String sql
Returns
Type Description
SqlDelegate.GetReaderInstance<>
Type Parameters
Name Description
T

GetReaderDelegate<T>(IDataReader, String, Int32, Int32)

Declaration
[SecurityCritical]
public static SqlDelegate<T>.GetReaderInstance GetReaderDelegate<T>(IDataReader reader, string sql, int firstColumn, int length)
Parameters
Type Name Description
IDataReader reader
System.String sql
System.Int32 firstColumn
System.Int32 length
Returns
Type Description
SqlDelegate.GetReaderInstance<>
Type Parameters
Name Description
T
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX