Summary for the QueryCommandCollection class

Namespace:  SubSonic
Assembly:  SubSonic (in SubSonic.dll) Version: 2.1.0.0 (2.1.0)

Syntax

C#
public class QueryCommandCollection : List<QueryCommand>
Visual Basic (Declaration)
Public Class QueryCommandCollection _
	Inherits List(Of QueryCommand)
Visual C++
public ref class QueryCommandCollection : public List<QueryCommand^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(QueryCommand>)>)
    SubSonic..::.QueryCommandCollection

See Also