Home
last modified time | relevance | path

Searched refs:m_providerServices (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/Update/Internal/
H A DUpdateTranslator.cs71m_providerServices = DbProviderServices.GetProviderServices(connection.StoreProviderFactory); in UpdateTranslator()
105 private readonly DbProviderServices m_providerServices; field in System.Data.Mapping.Update.Internal.UpdateTranslator
709 commandDefinition = m_providerServices.CreateCommandDefinition(tree); in GenerateCommandDefinition()
782 … Debug.Assert(null != m_providerServices, "constructor ensures either the command definition " + in CreateCommand()
787 command = m_providerServices.CreateCommand(commandTree); in CreateCommand()
813 m_providerServices.SetParameterValue(parameter, typeUsage, value); in SetParameterValue()