Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NeedXSI_NilAttr()

bool System.Xml.XmlDataDocument.NeedXSI_NilAttr ( DataRow row)
inlineprivate

Definition at line 1080 of file XmlDataDocument.cs.

1081 {
1082 DataTable table = row.Table;
1083 if (table._xmlText == null)
1084 {
1085 return false;
1086 }
1087 object value = row[table._xmlText];
1088 return Convert.IsDBNull(value);
1089 }

References System.Data.DataTable._xmlText, System.Convert.IsDBNull(), and System.value.

Referenced by System.Xml.XmlDataDocument.OnAddRow().