SqlColumnBinder.GetDateTime Method (DbDataReader, DateTime)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetDateTime ( _
    reader As DbDataReader, _
    missingColumnValue As DateTime _
) As DateTime
public DateTime GetDateTime(
    DbDataReader reader,
    DateTime missingColumnValue
)
public:
DateTime GetDateTime(
    DbDataReader^ reader, 
    DateTime missingColumnValue
)
member GetDateTime : 
        reader:DbDataReader * 
        missingColumnValue:DateTime -> DateTime
public function GetDateTime(
    reader : DbDataReader, 
    missingColumnValue : DateTime
) : DateTime

Parameters

Return Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

SqlColumnBinder Class

GetDateTime Overload

Microsoft.TeamFoundation.Framework.Server Namespace