TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
P Narasimha
717
1.3k
247.3k
Need to convert linq query to sql query
Mar 13 2014 6:27 AM
Hi All,
Please help me on this linq query to sql query
here is foreign key relation is there for these 3 tables please help me write in sql
var versionPackageMapping = from verMap in this.MobileUpdateContext.VersionPackageMappings.Include(Constants.PACKAGE)
join pkg in this.MobileUpdateContext.Packages on verMap.PackageId equals pkg.ID
where verMap.PackageStatu.Status == packageStatus &&
verMap.PackageType.Type == packageType &&
verMap.Version.ManufacturerCode == manufacturerCode &&
verMap.Version.HardwareVersion == hardwareVersion &&
verMap.Version.CarrierCode == carrierCode &&
verMap.Version.SoftwareVersion == softwareVersion &&
verMap.IsActive == isActive
select verMap;
Thanks in advance
Narasimh
Reply
Answers (
1
)
How can i create an unlock code for locking an app?
sms sending application in C#