1using System.Collections;
26 public IEnumerable<string>
Names {
get; }
Implements the Command Data for the BadLinqQuery.
Implements an Abstract Command for the BadLinqQuery.
bool HasArgument
Does the Command have an Argument?
BadLinqQueryCommand(bool hasArgument, bool isArgumentOptional, params string[] names)
Creates a new Command with the specified names.
IEnumerable< string > Names
The Command Names.
IEnumerable Run(BadLinqQueryCommandData data)
Runs the Command.
bool IsArgumentOptional
Is the Argument Optional?
Contains the Linq Queries.