如何使用F#中的DbCommand.ExecuteScalar?它返回一個我需要轉換爲int的obj。我對F#很陌生,我需要做的演員還不清楚。F#和ExecuteScalar鑄造
let (stockid:uint32) = command.ExecuteScalar()
Compile Error:
Type constraint mismatch. The type obj is not compatible with type uint32
上傳使用:?>拋出運行時錯誤。
不會Convert.ToInt32(...)幾乎可以處理任何輸入,因此更容易調用? – sisve 2009-06-02 05:55:53