public QueryParameter(string name, Type type, QueryType queryType) { this.name = name; this.type = type; this.queryType = queryType; }
public abstract string GetVariableDeclaration(QueryType type, bool suppressSize);