6 references to MAXOCCURS
System.Data.Common (6)
System\Data\XDRSchema.cs (2)
199
occurs = node.GetAttribute(Keywords.
MAXOCCURS
);
504
occurs = elNode.GetAttribute(Keywords.
MAXOCCURS
);
System\Data\xmlsaver.cs (4)
727
el.SetAttribute(Keywords.
MAXOCCURS
, Keywords.ZERO_OR_MORE);
731
el.SetAttribute(Keywords.
MAXOCCURS
, top[i].MaxOccurs.ToString(CultureInfo.InvariantCulture));
1071
compositor.SetAttribute(Keywords.
MAXOCCURS
, Keywords.ZERO_OR_MORE);
1951
NestedTable.SetAttribute(Keywords.
MAXOCCURS
, Keywords.ZERO_OR_MORE);