网页
图片
视频
学术
词典
地图
更多
航班
笔记本
select command
美
英
un.
选择命令
网络
具有以下命令属性;方法时
英汉
网络释义
un.
1.
选择命令
1.
具有以下命令属性
利用 ADO.NET 连接到 Informix ... 和 Update
具有以下命令属性
:
SelectCommand
和 UpdateCommand ...
www.ibm.com
|
基于8个网页
2.
选择命令
...e) ⑸确认删除(confirmdelete) ⑹
选择命令
(
selectcommand
) ⑺ 显示课程列表(displaycourseList) ⑻ 查询选择的课程…
www.docin.com
|
基于8个网页
3.
方法时
利用 ADO.NET 连接到 Informix ... 。当 IfxDataAdapter
方法时
,它会使用
SelectCommand
方法时, IfxDataAdapter ...
www.ibm.com
|
基于 1 个网页
例句
释义:
全部
全部
,
选择命令
选择命令
,
具有以下命令属性
具有以下命令属性
,
方法时
方法时
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
To
allow
that
,
you
might
specify
an
SQL
statement
like
the
following
as
the CommandText
property
of
a
SelectCommand
.
若要
允许
这样
操作
,
可以
将
类似
下面
的
SQL
语句
指定
为
SelectCommand
的
CommandText
属性
。
msdn2.microsoft.com
2.
The
user
should
call
RefreshSchema
if
any
of
these
properties
are
modified
,
or
if
the
SelectCommand
itself
is
replaced
.
如果
修改
了
任何
这些
属性
或者
替换
了
SelectCommand
本身
,
用户
则
应
调用
RefreshSchema
。
msdn2.microsoft.com
3.
The
SelectCommand
must
also
return
at least
one
primary
key
or
unique
column
.
SelectCommand
还
必须
至少
返回
一个
主
键
列
或
唯一
的
列
。
msdn2.microsoft.com
4.
The
SelectCommand
property
must
be
set
before
you
call
the
Fill
method
of
the DataAdapter
.
在
调用
DataAdapter
的
Fill
方法
之前
必须
设置
SelectCommand
属性
。
msdn2.microsoft.com
5.
Initializes a
new
instance
of
the OleDbDataAdapter
class
with
a
SelectCommand
.
用
SelectCommand
初始
化
OleDbDataAdapter
类
的
新
实例
。
msdn2.microsoft.com
6.
Initializes a
new
instance
of
the OleDbDataAdapter
class
with
the
specified
OleDbCommand
as
the
SelectCommand
property
.
初始
化
OleDbDataAdapter
类
的
新
实例
,
用
指定
的
OleDbCommand
作为
SelectCommand
的
属性
。
msdn2.microsoft.com
7.
The
DbCommandBuilder
also
uses
the
Connection
, CommandTimeout,
and
Transaction
properties
referenced
by
the
SelectCommand
.
DbCommandBuilder
还
使用
由
SelectCommand
引用
的
Connection
、
CommandTimeout
和
Transaction
属性
。
msdn2.microsoft.com
8.
For
security
purposes
,
the
SelectCommand
property
is
not
stored
is
view
state
.
出于
安全
原因
,
SelectCommand
属性
不
存储
在
视图
状态
中
。
msdn2.microsoft.com
9.
The
SelectCommand
property
is
set
to
an
appropriate
SQL
query
and
data
from
the
Northwind
database
is
displayed
in
the GridView
control
.
该
示例
将
SelectCommand
属性
设置
为
适当
的
SQL
查询
,
并
在
GridView
控件
中
显示
Northwind
数据库
中
的
数据
。
msdn2.microsoft.com
10.
The
following
example
creates
an
instance
of
the
inherited
OleDbDataAdapter
class
,
and
sets
the
SelectCommand
and
InsertCommand
properties
.
下面
的
示例
创建
继承
的
OleDbDataAdapter
类
的
实例
,
并
设置
SelectCommand
和
InsertCommand
属性
。
msdn2.microsoft.com
1
2