次の方法で共有


TypedDataRow.SetBoolean メソッド

定義

オーバーロード

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)

パラメーター

columnName
String
newValue
Boolean

適用対象

SetBoolean(String, Nullable<Boolean>)

重要

この API は 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))

パラメーター

columnName
String
newValue
Nullable<Boolean>
属性

適用対象