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