Definition at line 1114 of file XmlDataDocument.cs.
1115 {
1117 {
1120 {
1122 }
1124 {
1126 }
1128 {
1130 {
1131 value =
string.Empty;
1134 {
1139 }
1140 else
1141 {
1143 }
1144 }
1145 else
1146 {
1149 {
1151 }
1152 }
1154 }
1155 else
1156 {
1157 bool flag = false;
1159 {
1161 {
1163 {
1165 {
1167 }
1168 else
1169 {
1171 }
1172 flag = true;
1173 break;
1174 }
1175 }
1177 {
1179 }
1180 }
1181 else
1182 {
1185 while (true)
1186 {
1188 {
1190 {
1193 {
1195 continue;
1196 }
1198 {
1199 flag = true;
1201 {
1205 continue;
1206 }
1210 {
1212 }
1213 break;
1214 }
1215 }
1217 continue;
1218 }
1220 {
1225 {
1227 }
1229 {
1231 }
1232 else
1233 {
1235 }
1236 }
1237 break;
1238 }
1239 }
1240 }
1241 }
1246 {
1248 }
1249 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
bool IsFoliated(XmlElement element)
void ReplaceInitialChildText(XmlNode parent, string value)
void ForceFoliation(XmlBoundElement node, ElementState newState)
void OnNestedParentChange(DataRow child, XmlBoundElement childElement, DataColumn childCol)
bool IsNotMapped(DataColumn c)
XmlNode GetColumnInsertAfterLocation(DataRow row, DataColumn col, XmlBoundElement rowElement)
static DataRelation GetNestedParentRelation(DataRow row)
bool IsTextOnly(DataColumn c)
void PromoteNonValueChildren(XmlNode parent)
virtual XmlText CreateTextNode(string? text)
XmlAttribute CreateAttribute(string name)
References System.Xml.XmlDataDocument._bHasXSINIL, System.Xml.XmlDocument.CreateAttribute(), System.Xml.XmlDocument.CreateTextNode(), System.Xml.Dictionary, System.Xml.XmlDataDocument.ForceFoliation(), System.Xml.XmlDataDocument.GetColumnInsertAfterLocation(), System.Xml.XmlDataDocument.GetNestedParentRelation(), System.Convert.IsDBNull(), System.Xml.XmlDataDocument.IsFoliated(), System.Xml.XmlDataDocument.IsNotMapped(), System.Xml.XmlDataDocument.IsTextOnly(), System.Xml.XmlDataDocument.OnNestedParentChange(), System.Xml.XmlDataDocument.PromoteNonValueChildren(), System.Collections.Generic.Dictionary< TKey, TValue >.Remove(), System.Xml.XmlDataDocument.ReplaceInitialChildText(), and System.value.
Referenced by System.Xml.XmlDataDocument.OnColumnChanged(), System.Xml.XmlDataDocument.OnColumnValuesChanged(), and System.Xml.XmlDataDocument.UpdateAllColumns().