SqlDataReader.GetSqlValues(Object[]) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fills an array of Object that contains the values for all the columns in the record, expressed as SQL Server types.
public:
virtual int GetSqlValues(cli::array <System::Object ^> ^ values);
public:
int GetSqlValues(cli::array <System::Object ^> ^ values);
public virtual int GetSqlValues(object[] values);
public int GetSqlValues(object[] values);
abstract member GetSqlValues : obj[] -> int
override this.GetSqlValues : obj[] -> int
member this.GetSqlValues : obj[] -> int
Public Overridable Function GetSqlValues (values As Object()) As Integer
Public Function GetSqlValues (values As Object()) As Integer
- values
- Object[]
An array of Object into which to copy the values. The column values are expressed as SQL Server types.
An integer indicating the number of columns copied.
values
is null.
Returns the values for all the columns in the record in a single call, using the SQL type system instead of the CLR type system. The length of the Object array does not need to match the number of columns in the record. You can pass an Object array that contains fewer than the number of columns contained in the record. Only the amount of data the Object array holds is copied to the array, starting at the column with ordinal 0. You can also pass an Object array whose length is more than the number of columns contained in the resulting row. Any remaining columns are untouched.
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: