Home
last modified time | relevance | path

Searched defs:GetReaderMethod (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Internal/Materialization/
H A DTranslator.cs2137 internal static MethodInfo GetReaderMethod(Type type, out bool isNullable) in GetReaderMethod() method in System.Data.Common.Internal.Materialization.Translator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/SqlClient/Reader/
H A DObjectReaderCompiler.cs2107 private MethodInfo GetReaderMethod(Type readerType, Type valueType) { in GetReaderMethod() method in System.Data.Linq.SqlClient.ObjectReaderCompiler.Generator