如下的更新方法,userID是uniqueidentifier类型,我用long,double,string都不能表示
public bool UpdateNews(int newsID, int categoryID, string title, DateTime addedDate, bool approved, long userID)
...全文
14945打赏收藏
SQL中的uniqueidentifier类型在c#中用什么类型表示
如下的更新方法,userID是uniqueidentifier类型,我用long,double,string都不能表示 public bool UpdateNews(int newsID, int categoryID, string title, DateTime addedDate, bool approved, long userID)