在DataRow有個ItemArray的屬性,是將各欄位轉成Array。 ... public static string ItemArrayString(this DataRow dr, string separator) { return ...
確定! 回上一頁