Skip to content

Commit

Permalink
adding docs on ToFeedIterator() extention method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
simplynaveen20 committed Jul 15, 2019
1 parent 1971bce commit d70b7aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Microsoft.Azure.Cosmos/src/Linq/CosmosLinqExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ internal static string ToSqlQueryText<T>(this IQueryable<T> query)

/// <summary>
/// This extension method gets the FeedIterator from LINQ IQueryable to execute query asynchronously.
/// This will create the fresh new FeedIterator when called.
/// </summary>
/// <typeparam name="T">the type of object to query.</typeparam>
/// <param name="query">the IQueryable{T} to be converted.</param>
Expand Down

0 comments on commit d70b7aa

Please sign in to comment.