TypedDataRow.SetBoolean Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetBoolean(String, Boolean) | |
SetBoolean(String, Nullable<Boolean>) |
SetBoolean(String, Boolean)
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
- Attributes