Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs346 …public const string DataDom_ColumnNamespaceChange = "Cannot change the column namespace once the a… field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/NewXml/
H A DXmlDataDocument.cs1953 … throw new InvalidOperationException( Res.GetString(Res.DataDom_ColumnNamespaceChange ) ); in OnColumnPropertyChanging()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Xml/
H A DXmlDataDocument.cs2160 throw new InvalidOperationException(SR.DataDom_ColumnNamespaceChange); in OnColumnPropertyChanging()