|
@@ -0,0 +1,18 @@
|
|
|
+
|
|
|
+# Vit.Linq
|
|
|
+Compatible with QueryBuilder , ref DynamicQueryable
|
|
|
+>source address: [https://github.com/serset/Vit.Linq](https://github.com/serset/Vit.Linq "https://github.com/serset/Vit.Linq")
|
|
|
+
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+
|
|
|
+| Build | NuGet |
|
|
|
+| -------- | -------- |
|
|
|
+| | [](https://www.nuget.org/packages/Vit.Linq/)  |
|
|
|
+
|
|
|
+
|
|
|
+Examples:
|
|
|
+- [Filter](src/Test/Vit.Linq.MsTest/Filter/Filter_TestBase.cs)
|
|
|
+- [CustomeOperator](src/Test/Vit.Linq.MsTest/Filter/CustomeOperator_Test.cs)
|
|
|
+
|