範例:. MySqlDataReader myDatareader = command.ExecuteReader(); while (myDatareader.Read()) { empno1.p_name = myDatareader.GetString( ...
確定! 回上一頁