From 9b6537d22d5a9e276b2c3ed97a9b10802f32987b Mon Sep 17 00:00:00 2001 From: emreyigit Date: Fri, 9 Jun 2023 14:59:19 +0300 Subject: [PATCH] Remove beta flag from linq docs. --- doc/dev/doc/extensions/linq.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/dev/doc/extensions/linq.md b/doc/dev/doc/extensions/linq.md index 514ef45c1b..0af89e8ef9 100644 --- a/doc/dev/doc/extensions/linq.md +++ b/doc/dev/doc/extensions/linq.md @@ -1,6 +1,4 @@ # LINQ Provider -> [!WARNING] -> LINQ support is currently in BETA version. There may be breaking changes on further releases. Hazelcast .Net Client provides a LINQ provider over `IHMap`. Provider is currently in BETA version. You can use programmatic LINQ functions instead string SQL statements to query over your distributed map.