AdsDataReader.GetName

Advantage .NET Data Provider

Gets the name of the specified column.

public String GetName( int columnNumber );

Remarks

Retrieve the name of the column as it is given in the SQL statement or table. If you need the base column name (e.g., for aliased names in SQL statements), you must call AdsDataReader.GetSchemaTable, which provides access to that information.

See Also

GetSchemaTable

GetOrdinal