6 writes to className
System.Management (6)
managementquery.cs (6)
724 this.className = className; 755 this.className = null; 846 set { className = value; BuildQuery(); FireIdentifierChanged(); } 963 className = null; 1020 ParseToken(ref q, keyword, null, ref bFound, ref className); 1091 className = null;
7 references to className
System.Management (7)
managementquery.cs (7)
845 get { return (null != className) ? className : String.Empty; } 915 if (className == null) 918 if ((className == null) || (className.Length==0)) 936 s = s + "from " + className; 1118 return new SelectQuery(className, condition, strArray);