Get a row of data.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overridable Function GetRow( _ ByVal row As Integer _ ) As Object _ Implements DataTable.GetRow |
| C# |
|---|
| public virtual object GetRow( int row ) |
| C++ |
|---|
| public: virtual Object GetRow( int row ) |
| J# |
|---|
| public virtual object GetRow( int row ) |
| JScript |
|---|
| public virtual
function GetRow( row : int ) : Object |
Parameters
- row
Return Value
An array of objects each containing a primitive array.