Gets the query list for this batch.

Declaration Syntax
public List<Query> Queries { get; private set; }Public Property Queries As List(Of Query)
public:
property List<Query^>^ Queries {
List<Query^>^ get ();
void set (List<Query^>^ value);
}
Value
The queries.
Assembly:
MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)