... SqlCommand的CommandTimeout屬性的值。 比如:. using (SqlCommand cmd = new SqlCommand(SQLString, connection)) { cmd.CommandTimeout=180 }. 這樣 ...
確定! 回上一頁