By setting to true the BindByName property, this inversion control method handles the request to preconfigure
the given command.
	
	
		
  
    
						
			
			| Name | Description | 
|---|---|
| OnPreconfigureCommand(OracleCommand) | By setting to true the BindByName property, this inversion control method handles the request to preconfigure the given command. | 
| OnPreconfigureCommand(TDataCommand) | Handles the request to preconfigure a data command suitable for the underlying relational data store. This method is always called before OnConfigureCommand(TDataCommand,TProgramArguments). (inherited from DiamantDataContextProgramDao<TProgramResult, TProgramArguments, TDataContext, TDataCommand, TDataReader>). |