Share via


TypedDataRow.GetNullableChar(String) Method

Definition

Important

This API is not CLS-compliant.

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

Parameters

columnName
String

Returns

Attributes

Applies to