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 any OnConfigureXxxCommand.
(inherited from DiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>).
               |