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