diff --git a/Microsoft.Azure.Cosmos/src/Linq/CosmosLinqExtensions.cs b/Microsoft.Azure.Cosmos/src/Linq/CosmosLinqExtensions.cs index c8911d9bcb..5b65e7830a 100644 --- a/Microsoft.Azure.Cosmos/src/Linq/CosmosLinqExtensions.cs +++ b/Microsoft.Azure.Cosmos/src/Linq/CosmosLinqExtensions.cs @@ -96,6 +96,7 @@ internal static string ToSqlQueryText(this IQueryable query) /// /// This extension method gets the FeedIterator from LINQ IQueryable to execute query asynchronously. + /// This will create the fresh new FeedIterator when called. /// /// the type of object to query. /// the IQueryable{T} to be converted.