下面是一個例子功能: public void DrawSquare(int x, int y, Color boxColor = Color.Black)
{
//Code to draw the square goes here
}
編譯器不斷給我的錯誤:Default parameter value for 'boxColor'must be a compile-time c
這裏是我的腳本: INSERT INTO
AP09
SELECT
cds AS CDSCODE
FROM
P_Schools
WHERE
active = 1;
中有AP09表十列。除主鍵外(CDSCODE)都可以爲空。我只想插入另一個表中的CDSCODE,其餘的默認值爲null。相反,我得到一個錯誤: SQL Server Database Error: