3 references to DEFAULT
System.Data (3)
fx\src\data\System\Data\XDRSchema.cs (1)
411strDefault = node.GetAttribute(Keywords.DEFAULT);
fx\src\data\System\Data\xmlsaver.cs (2)
1256root.SetAttribute(Keywords.DEFAULT, (bool)(col.DefaultValue)? Keywords.TRUE : Keywords.FALSE); 1260root.SetAttribute(Keywords.DEFAULT, col.ConvertObjectToXml(col.DefaultValue));