IExtendedDataRecord.GetDataRecord(Int32) 方法

定义

使用指定的索引获取DbDataRecord 对象。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="i")]
public System.Data.Common.DbDataRecord GetDataRecord(int i);
abstract member GetDataRecord : int -> System.Data.Common.DbDataRecord
Public Function GetDataRecord (i As Integer) As DbDataRecord

参数

i
Int32

行的索引。

返回

DbDataRecord 对象。

属性

适用于