3 references to DEFAULT
System.Data.Common (3)
System\Data\XDRSchema.cs (1)
448
strDefault = node.GetAttribute(Keywords.
DEFAULT
);
System\Data\xmlsaver.cs (2)
1492
root.SetAttribute(Keywords.
DEFAULT
, (bool)(col.DefaultValue) ? Keywords.TRUE : Keywords.FALSE);
1498
root.SetAttribute(Keywords.
DEFAULT
, col.ConvertObjectToXml(col.DefaultValue));