BusinessLogicDataReader.GetDataTypeName Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets name of the data type of the specified column.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function GetDataTypeName ( _
    i As Integer _
) As String
'Usage
Dim instance As BusinessLogicDataReader 
Dim i As Integer 
Dim returnValue As String 

returnValue = instance.GetDataTypeName(i)
public string GetDataTypeName(
    int i
)
public:
virtual String^ GetDataTypeName(
    int i
) sealed
abstract GetDataTypeName : 
        i:int -> string  
override GetDataTypeName : 
        i:int -> string
public final function GetDataTypeName(
    i : int
) : String

Parameters

Return Value

Type: System.String
A string representing the name of the data type.

Implements

IDataRecord.GetDataTypeName(Int32)

See Also

Reference

BusinessLogicDataReader Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace