Returns the name of the source data type.
Visual Basic
Public Overrides Function GetDataTypeName( _
ByVal index As Integer _
) As String
C#
public override string GetDataTypeName(
int index
);
index The zero-based column ordinal.
The name of the back-end data type.