GetName Method (C1KintoneDataReader)
In This Topic
Gets the name of the column, given the zero-based column ordinal.
Syntax
'Declaration
Public Overridable Function GetName( _
ByVal As Integer _
) As String
public virtual string GetName(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The name of the specified column.
See Also