网页
图片
视频
学术
词典
地图
更多
航班
笔记本
a DataRow
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Therefore
,
manually
putting the
passed
in values back into
a
DataRow
helps
ensure
the
validity
of
the
data
being
passed
to
the BLL
method
.
因此
,
我们
应该
手工
的
验证
一下
传入
的
参数
以
保证
传递
给
BLL
方法
的
数据
是
有效
的
。
www.cnblogs.com
2.
When
you
make
changes
to
column
values
in
a
DataRow
,
the
changes
are
immediately
placed
in
the
current
state
of
the
row
.
当
您
在
DataRow
中
更改
列
值
时
,
所
做
更改
会
立即
置于
行
的
当前
状态
中
。
msdn2.microsoft.com
3.
If
more
than one
row
is
returned
in
a
DataRow
array
,
the
inserted
row
may
not
be
returned
in
the
location
specified
by InsertAt
.
如果
在
DataRow
数组
中
返回
了
多
行
,
则
插入
的
行
可能
不会
返回
到
InsertAt
指定
的
位置
。
msdn2.microsoft.com
4.
Gets
the
child
rows
of
a
DataRow
using
the
specified
DataRelation,
and
DataRowVersion
.
使用
指定
的
DataRelation
和
DataRowVersion
获取
DataRow
的
子
行
。
msdn2.microsoft.com
5.
Occurs
when
a
value
is being
changed
for the
specified
DataColumn
in
a
DataRow
.
在
DataRow
中
指定
的
DataColumn
的
值
发生
更改
时
发生
。
msdn2.microsoft.com
6.
Gets
the
state
of
a
DataRow
object
.
获取
DataRow
对象
的
状态
。
msdn2.microsoft.com
7.
Represents
the
exception
that is
thrown
when
you
try
to
perform
an
operation
on
a
DataRow
that is
not
in
a DataTable
.
表示
尝试
在
不
位于
DataTable
中
的
DataRow
上
执行
操作
时
引发
的
异常
。
msdn2.microsoft.com
8.
You
can
test
whether
a
DataRow
has
a
particular
row
version
by
calling
the
HasVersion
method
and
passing
a DataRowVersion
as
an
argument
.
通过
调用
HasVersion
方法
并
将
DataRowVersion
作为
参数
传递
,
您
可以
测试
DataRow
是否
具有
特定
的
行
版本
。
msdn2.microsoft.com
9.
Assign
a
value
to
the
specific
column
within
a
DataRow
object
.
将
值
分配
给
DataRow
对象
中
的
特定
列
。
msdn2.microsoft.com
10.
Adding
data
to
the RowError
property
of
a
DataRow
sets
the HasErrors property of the DataRow to
true
.
将
数据
添加
到
DataRow
的
RowError
属性
会
将
DataRow
的
HasErrors
属性
设置
为
true
。
msdn2.microsoft.com
1
2
3