Freigeben über


TypedDataRow.SetBoolean Methode

Definition

Überlädt

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)

Parameter

columnName
String
newValue
Boolean

Gilt für:

SetBoolean(String, Nullable<Boolean>)

Wichtig

Diese API ist nicht CLS-kompatibel.

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))

Parameter

columnName
String
newValue
Nullable<Boolean>
Attribute

Gilt für: