6 references to MINOCCURS
System.Data.Common (6)
System\Data\XDRSchema.cs (2)
191
string occurs = node.GetAttribute(Keywords.
MINOCCURS
);
496
string occurs = elNode.GetAttribute(Keywords.
MINOCCURS
);
System\Data\xmlsaver.cs (4)
723
el.SetAttribute(Keywords.
MINOCCURS
, top[i].MinOccurs.ToString(CultureInfo.InvariantCulture));
1070
compositor.SetAttribute(Keywords.
MINOCCURS
, Keywords.ZERO_DIGIT);
1540
root.SetAttribute(Keywords.
MINOCCURS
, minOccurs.ToString(CultureInfo.InvariantCulture));
1950
NestedTable.SetAttribute(Keywords.
MINOCCURS
, "0");