An empty class, needed only to give a name to a generic type instance
to be used in a serialized file of Query objects.
Inheritance Hierarchy
System.Collections.ObjectModel Collection Query
CleanCode.DatabaseControls QueryCollection
Namespace: CleanCode.DatabaseControls
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public class QueryCollection : Collection<Query>
Remarks
Since CleanCode 0.9.25.
See Also