Share via


TypedDataRow.GetNullableBoolean(String) Method

Definition

Important

This API is not CLS-compliant.

public:
 Nullable<bool> GetNullableBoolean(System::String ^ columnName);
[System.CLSCompliant(false)]
public Nullable<bool> GetNullableBoolean (string columnName);
member this.GetNullableBoolean : string -> Nullable<bool>
Public Function GetNullableBoolean (columnName As String) As Nullable(Of Boolean)

Parameters

columnName
String

Returns

Attributes

Applies to