Share via


TypedDataRow.SetBoolean Method

Definition

Overloads

SetBoolean(String, Boolean)
SetBoolean(String, Nullable<Boolean>)

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)

Parameters

columnName
String
newValue
Boolean

Applies to

SetBoolean(String, Nullable<Boolean>)

Important

This API is not CLS-compliant.

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

Parameters

columnName
String
newValue
Nullable<Boolean>
Attributes

Applies to