Share via


TypedDataRow.SetInt32 Method

Definition

Overloads

SetInt32(String, Int32)
SetInt32(String, Object)

SetInt32(String, Int32)

public:
 void SetInt32(System::String ^ columnName, int newValue);
public void SetInt32 (string columnName, int newValue);
member this.SetInt32 : string * int -> unit
Public Sub SetInt32 (columnName As String, newValue As Integer)

Parameters

columnName
String
newValue
Int32

Applies to

SetInt32(String, Object)

public:
 void SetInt32(System::String ^ columnName, System::Object ^ newValue);
public void SetInt32 (string columnName, object newValue);
member this.SetInt32 : string * obj -> unit
Public Sub SetInt32 (columnName As String, newValue As Object)

Parameters

columnName
String
newValue
Object

Applies to