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)
722el.SetAttribute(Keywords.MINOCCURS, top[i].MinOccurs.ToString(CultureInfo.InvariantCulture)); 1068compositor.SetAttribute(Keywords.MINOCCURS, Keywords.ZERO_DIGIT); 1532root.SetAttribute(Keywords.MINOCCURS, minOccurs.ToString(CultureInfo.InvariantCulture)); 1940NestedTable.SetAttribute(Keywords.MINOCCURS, "0");