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