Freigeben über


TypedDataRow.SetInt32 Methode

Definition

Überlädt

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)

Parameter

columnName
String
newValue
Int32

Gilt für:

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)

Parameter

columnName
String
newValue
Object

Gilt für: