From 14c1fad312222d0184b9330638ec889340c97c7d Mon Sep 17 00:00:00 2001 From: Emre Yigit Date: Wed, 14 Jun 2023 08:43:11 +0300 Subject: [PATCH] Remove beta flag from linq docs. (#837) --- 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.