SqlDataRecord.SetString(Int32, String) Method

Definition

Sets the data stored in the column to the specified String value.

public:
 virtual void SetString(int ordinal, System::String ^ value);
public virtual void SetString (int ordinal, string value);
abstract member SetString : int * string -> unit
override this.SetString : int * string -> unit
Public Overridable Sub SetString (ordinal As Integer, value As String)

Parameters

ordinal
Int32

The zero-based ordinal of the column.

value
String

The new value of the column.

Exceptions

The ordinal is less than 0 or greater than the number of columns (that is, FieldCount).

Applies to