Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs344 …public const string DataDom_TableNamespaceChange = "Cannot change the table namespace once the ass… field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/NewXml/
H A DXmlDataDocument.cs1961 … throw new InvalidOperationException( Res.GetString(Res.DataDom_TableNamespaceChange ) ); in OnTablePropertyChanging()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Xml/
H A DXmlDataDocument.cs2169 throw new InvalidOperationException(SR.DataDom_TableNamespaceChange); in OnTablePropertyChanging()