Share via


TypedDataRow.GetNullableSingle(String) Method

Definition

Important

This API is not CLS-compliant.

public:
 Nullable<float> GetNullableSingle(System::String ^ columnName);
[System.CLSCompliant(false)]
public Nullable<float> GetNullableSingle (string columnName);
member this.GetNullableSingle : string -> Nullable<single>
Public Function GetNullableSingle (columnName As String) As Nullable(Of Single)

Parameters

columnName
String

Returns

Attributes

Applies to