EntityDataReader.GetValues 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
使用目前資料列的資料行值填入物件陣列。
命名空間: System.Data.Entity.Core.EntityClient
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Overrides Function GetValues ( _
values As Object() _
) As Integer
'用途
Dim instance As EntityDataReader
Dim values As Object()
Dim returnValue As Integer
returnValue = instance.GetValues(values)
public override int GetValues(
Object[] values
)
public:
virtual int GetValues(
array<Object^>^ values
) override
abstract GetValues :
values:Object[] -> int
override GetValues :
values:Object[] -> int
public override function GetValues(
values : Object[]
) : int
參數
- values
類型:System.Object[]
要複製屬性資料行的目的 Object 陣列。
傳回值
類型:System.Int32
陣列中 Object 的執行個體數目。
Implements
IDataRecord.GetValues(Object[])