GetName Method (DbDataReaderBase)
Gets the name of the specified column.
'Declaration
Public Overrides Function GetName( _
ByVal As Integer _
) As String
public override string GetName(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
A string that is the name of the specified column.