示例#1
0
 /// <summary>
 /// Constructs a query based upon the AVObject subclass used as the generic parameter for the AVQuery.
 /// </summary>
 public AVQuery()
     : this(AVObject.GetClassName(typeof(T)))
 {
 }