Info
Version: | 1.0.0 |
Author(s): | Mohsen Musavi |
Last Update: | Wednesday, July 30, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://effts.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/EfFts |
Install
Install-Package EfFts
dotnet add package EfFts
paket add EfFts
EfFts Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(6.0.0)
Tags
For EFv6, you can make a workaround using interception.
The idea is to wrap search text with some magic word during inside plain String.Contains code and use interceptor to unwrap it right before sql is executed in SqlCommand.