DbUpdatableDataRecord.GetValues(Object[]) 方法
定义
使用当前记录的字段值来填充对象数组。Populates an array of objects with the field values of the current record.
public:
override int GetValues(cli::array <System::Object ^> ^ values);
public override int GetValues (object[] values);
override this.GetValues : obj[] -> int
Public Overrides Function GetValues (values As Object()) As Integer
参数
- values
- Object[]
用于存储字段值的对象数组。An array of objects to store the field values.
返回
返回的字段值的数目。The number of field values returned.