BusinessLogicDataReader.GetDateTime Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the value of the specified column as a DateTime object.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Function GetDateTime ( _
i As Integer _
) As DateTime
'Usage
Dim instance As BusinessLogicDataReader
Dim i As Integer
Dim returnValue As DateTime
returnValue = instance.GetDateTime(i)
public DateTime GetDateTime(
int i
)
public:
virtual DateTime GetDateTime(
int i
) sealed
abstract GetDateTime :
i:int -> DateTime
override GetDateTime :
i:int -> DateTime
public final function GetDateTime(
i : int
) : DateTime
Parameters
- i
Type: System.Int32
The zero-based column ordinal.
Return Value
Type: System.DateTime
The value of the specified column.
Implements
IDataRecord.GetDateTime(Int32)
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace