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
- reader
Type: System.Data.Common.DbDataReader
- missingColumnValue
Type: System.DateTime
Return Value
Type: System.DateTime
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.