Partager via


TypedDataRow.SetBoolean Méthode

Définition

Surcharges

SetBoolean(String, Boolean)

public:
 void SetBoolean(System::String ^ columnName, bool newValue);
public void SetBoolean(string columnName, bool newValue);
member this.SetBoolean : string * bool -> unit
Public Sub SetBoolean (columnName As String, newValue As Boolean)

Paramètres

columnName
String
newValue
Boolean

S’applique à

SetBoolean(String, Nullable<Boolean>)

Important

Cette API n’est pas conforme CLS.

public:
 void SetBoolean(System::String ^ columnName, Nullable<bool> newValue);
[System.CLSCompliant(false)]
public void SetBoolean(string columnName, Nullable<bool> newValue);
member this.SetBoolean : string * Nullable<bool> -> unit
Public Sub SetBoolean (columnName As String, newValue As Nullable(Of Boolean))

Paramètres

columnName
String
newValue
Nullable<Boolean>
Attributs

S’applique à