6 references to MINOCCURS
System.Data (6)
fx\src\data\System\Data\XDRSchema.cs (2)
180
string occurs = node.GetAttribute(Keywords.
MINOCCURS
);
460
string occurs = elNode.GetAttribute(Keywords.
MINOCCURS
);
fx\src\data\System\Data\xmlsaver.cs (4)
617
el.SetAttribute(Keywords.
MINOCCURS
, top[i].MinOccurs.ToString(CultureInfo.InvariantCulture));
905
compositor.SetAttribute(Keywords.
MINOCCURS
, Keywords.ZERO_DIGIT);
1301
root.SetAttribute(Keywords.
MINOCCURS
, minOccurs.ToString(CultureInfo.InvariantCulture));
1668
NestedTable.SetAttribute(Keywords.
MINOCCURS
, "0");