Share via


TypedDataRow.GetNullableInt16(String) Method

Definition

Important

This API is not CLS-compliant.

public:
 Nullable<short> GetNullableInt16(System::String ^ columnName);
[System.CLSCompliant(false)]
public Nullable<short> GetNullableInt16 (string columnName);
member this.GetNullableInt16 : string -> Nullable<int16>
Public Function GetNullableInt16 (columnName As String) As Nullable(Of Short)

Parameters

columnName
String

Returns

Attributes

Applies to