一点帮助 [英] little help

查看:117
本文介绍了一点帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请帮助我,我是asp.net的新手
什么意思?
cmd.CommandType = CommandType.Text;

Please help me I am new to asp.net
What does it mean?
cmd.CommandType = CommandType.Text;

推荐答案

^ ],表示您将要使用的命令为简单文本类型.就像直接在SQL/Oracle查询中那样简单的Select查询一样.

或者,它也可以是StoredProcedure类型.
This is used in ADO.NET [^]where it means that the command that you are about to use is of simple text type. Like a simple Select query directly as in SQL/Oracle query.

For alternative, it could had been of StoredProcedure type too.


这篇关于一点帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆