asp.net.ph

IDataRecord.GetName Method

System.Data Namespace   IDataRecord Class


Returns the name of the specified column.

[ VB ]
NotOverridable Public Function GetName ( _
   ByVal index As Integer _
) As String

[ C# ]
public string GetName (
   int index
);

[ C++ ]
public: __sealed String* GetName (
   int index
);

[ JScript ]
public function GetName (
   index : int
) : String

Parameters

index
The zero-based column ordinal.

Return Value

The name of the specified column.

See Also

IDataRecord Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note