コード例 #1
0
	        public CommandCreatorImpl(IDbCommandCreatorFactory factory, IDictionary inParameters)
	        {
	            this.factory = factory;    
	            this.inParams = inParameters;
	        }
コード例 #2
0
 public CommandCreatorImpl(IDbCommandCreatorFactory factory, IDictionary inParameters)
 {
     this.factory  = factory;
     this.inParams = inParameters;
 }
コード例 #3
0
 public CommandCreatorWithParamValues(IDbCommandCreatorFactory factory, IList inParamValues)
 {
     this.factory = factory;                
     this.inParamValues = inParamValues;
 }
コード例 #4
0
 public CommandCreatorWithParamValues(IDbCommandCreatorFactory factory, IList inParamValues)
 {
     this.factory       = factory;
     this.inParamValues = inParamValues;
 }