コード例 #1
0
ファイル: QueryCommand.cs プロジェクト: 842549829/Pool
 public QueryParameter(string name, Type type, QueryType queryType)
 {
     this.name      = name;
     this.type      = type;
     this.queryType = queryType;
 }
コード例 #2
0
ファイル: QueryTypeSystem.cs プロジェクト: 842549829/Pool
 public abstract string GetVariableDeclaration(QueryType type, bool suppressSize);