返回列表 发帖

请教

string strSQL = String.Format("select * from [User] where [ID]= '{0}'", userID);
        DbAccess.Select("UserProvider", strSQL);
解释下

您好
这是数据库查询语句,是标准C#语句。

TOP

返回列表