Skip to content

Commit 4cef7d4

Browse files
committed
replacing with a regular link
1 parent 4c9ba1f commit 4cef7d4

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

docs/analysis-services/multidimensional-models-adomd-net-client/retrieving-data-using-the-adomddatareader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ manager: "erikre"
4444

4545
- Call the <xref:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Read%2A> method of the <xref:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader> object.
4646

47-
The <xref:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Read%2A> method obtains a row from the query results. You can then pass the name, or the ordinal reference, of the column to the <xref:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Item> property to access each column of the returned row. For example, the first column in the current row is named, ColumnName. Then, either `reader[0].ToString()` or `reader["ColumnName"].ToString()` will return the contents of the first column in the current row.
47+
The <xref:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Read%2A> method obtains a row from the query results. You can then pass the name, or the ordinal reference, of the column to the [Item](https://msdn.microsoft.com/en-us/library/ms131793(v=sql.130).aspx) property to access each column of the returned row. For example, the first column in the current row is named, ColumnName. Then, either `reader[0].ToString()` or `reader["ColumnName"].ToString()` will return the contents of the first column in the current row.
4848

4949
- Call one of the typed accessor methods.
5050

docs/mref/Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Item.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)