TypedDataRow.GetNullableSByte(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Importante
Esta API não está em conformidade com CLS.
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)
Parâmetros
- columnName
- String
Retornos
- Atributos