Share via


Metodo SqlColumnBinder.GetInt32 (DbDataReader, Int32)

Recupera il valore della colonna come int dal reader specificato.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Public Function GetInt32 ( _
    reader As DbDataReader, _
    nullValue As Integer _
) As Integer
public int GetInt32(
    DbDataReader reader,
    int nullValue
)

Parametri

  • nullValue
    Tipo: System.Int32
    Valore da restituire se DB la colonna è null.

Valore restituito

Tipo: System.Int32
Restituisca il valore Int32.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlColumnBinder Classe

Overload GetInt32

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server