5 references to SQL_BEFORE
System.Data (5)
fx\src\data\System\Data\DataSet.cs (1)
2260
if (((reader.LocalName == Keywords.
SQL_BEFORE
) && (reader.NamespaceURI == Keywords.DFFNS)) ||
fx\src\data\System\Data\DataTable.cs (1)
5625
if (((reader.LocalName == Keywords.
SQL_BEFORE
) && (reader.NamespaceURI == Keywords.DFFNS)) ||
fx\src\data\System\Data\XMLDiffLoader.cs (2)
32
while (reader.LocalName == Keywords.
SQL_BEFORE
&& reader.NamespaceURI==Keywords.DFFNS) {
61
while (reader.LocalName == Keywords.
SQL_BEFORE
&& reader.NamespaceURI==Keywords.DFFNS) {
fx\src\data\System\Data\xmlsaver.cs (1)
2160
_xmlw.WriteStartElement( Keywords.DFF, Keywords.
SQL_BEFORE
, Keywords.DFFNS);