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