Microsoft.Data.SqlClient.SqlRetryLogicOption
Provides the retry logic parameters to create an instance of the SqlRetryLogicBaseProvider class by using SqlConfigurableRetryFactory methods.
Sets a pre-retry validation function on the CommandText to only include specific SQL statements.
Sets the gap time interval as a TimeSpan object.
Sets the allowed maximum gap time interval as a TimeSpan object.
Sets the minimum allowed gap time interval as a TimeSpan object.
Sets the number of times to try and execute the function.
Sets the list of transient error numbers on which to retry when they occur.
public SqlRetryLogicOption()