Partager via


TypedDataRow.SetInt32 Méthode

Définition

Surcharges

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)

Paramètres

columnName
String
newValue
Int32

S’applique à

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)

Paramètres

columnName
String
newValue
Object

S’applique à