IFullTextQueryRow Methods |
The IFullTextQueryRow type exposes the following members.
Name | Description | |
---|---|---|
GetBoolean |
Gets the Boolean value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetDate |
Gets the DateTimeOffset value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetDouble |
Gets the Double value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetInt |
Gets the Int32 value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetLong |
Gets the Int64 value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetObject |
Gets the value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetString |
Gets the String value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetTermIndex |
Gets the index of the term that was matched in the given match number
| |
GetTextRange |
Gets the range in the string for the given full text match
|