BinbinLinq 1.1.0.25608
.IsExist() .IsNotExist() .IsExistAndSingle() linq extension
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>BinbinLinq</id>
<version>1.1.0.25608</version>
<title>BinbinLinq</title>
<authors>lotosbin</authors>
<owners>lotosbin</owners>
<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
<projectUrl>https://sites.google.com/site/binbinsoft/binbinlinq</projectUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.IsExist()
.IsNotExist()
.IsExistAndSingle()
linq extension</description>
<releaseNotes>add extension :public static bool IsExistAndSingle<TSource>
(this IQueryable<TSource>
source,Expression<Func<TSource, bool="">> predicate)</releaseNotes>
<copyright>Copyright 2011</copyright>
<tags>Linq Extension</tags>
<dependencies>
<dependency id="BinbinLinqMaxOrDefaultExtension" version="1.0.0.25383" />
<dependency id="BinbinLinqSumOrDefaultExtension" version="1.0.0.26132" />
</dependencies>
</metadata>
</package>