Share via


TypedDataRow.GetNullableSByte(String) Method

Definition

Important

This API is not CLS-compliant.

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

Parameters

columnName
String

Returns

Attributes

Applies to