6 references to MAXOCCURS
System.Data (6)
fx\src\data\System\Data\XDRSchema.cs (2)
187
occurs = node.GetAttribute(Keywords.
MAXOCCURS
);
473
occurs = elNode.GetAttribute(Keywords.
MAXOCCURS
);
fx\src\data\System\Data\xmlsaver.cs (4)
620
el.SetAttribute(Keywords.
MAXOCCURS
, Keywords.ZERO_OR_MORE);
623
el.SetAttribute(Keywords.
MAXOCCURS
, top[i].MaxOccurs.ToString(CultureInfo.InvariantCulture));
906
compositor.SetAttribute(Keywords.
MAXOCCURS
, Keywords.ZERO_OR_MORE);
1669
NestedTable.SetAttribute(Keywords.
MAXOCCURS
, Keywords.ZERO_OR_MORE);