SqlColumnBinder.GetTimeSpan, méthode (SqlDataReader, TimeSpan)
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Function GetTimeSpan ( _
reader As SqlDataReader, _
nullValue As TimeSpan _
) As TimeSpan
public TimeSpan GetTimeSpan(
SqlDataReader reader,
TimeSpan nullValue
)
Paramètres
- reader
Type : System.Data.SqlClient.SqlDataReader
- nullValue
Type : System.TimeSpan
Valeur de retour
Type : System.TimeSpan
retourne TimeSpan ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.