コード例 #1
0
 public static void OpenWithRetry(this SqlConnection cnn)
 {
     cnn.OpenWithRetry(SqlConnectionRetryPolicy);
 }