No announcements
Found 463001 threads
-
0 Votes
Linq Query Generic Parameters
Hi, I want to ask that what is the need of generic parameters in the followiing query For Example Take, Skip, ToList. can I use ...Answered | 1 Replies | 1582 Views | Created by AtulMSDN - Monday, July 16, 2012 4:46 AM | Last reply by RohitArora - Monday, July 16, 2012 4:53 AM -
0 Votes
linq compiled query error “parameteres cannot be sequences”
, you are not using LINQ, which is Language Integrated Query that hides all these generic types like Func<> and IQueryable. You are just using the ...Answered | 1 Replies | 3609 Views | Created by bukkakeface - Monday, December 6, 2010 2:40 PM | Last reply by salutdd - Monday, December 6, 2010 9:38 PM -
1 Votes
Generic Search with Linq
by using the .AsQueryable(). So for achieving what you want, we can write a generic query with the LINQ Dynamic QueryAnswered | 11 Replies | 1292 Views | Created by SkierDude - Saturday, November 29, 2014 10:38 PM | Last reply by SkierDude - Saturday, December 6, 2014 4:14 AM -
0 Votes
Linq and Windows app
Here is the problem. I have in my business layer a few classes and methods that take parameters query the database using linq, and spits ...Unanswered | 1 Replies | 3879 Views | Created by ViewState - Tuesday, February 17, 2009 5:22 PM | Last reply by vekaz - Wednesday, February 18, 2009 11:06 AM -
0 Votes
Generic Query in LINQ
http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linqAnswered | 3 Replies | 10173 Views | Created by bmains - Friday, January 11, 2008 2:29 PM | Last reply by David N_2 - Tuesday, June 1, 2010 2:37 AM -
0 Votes
ObjectDataSource and Linq. Please, help! I don't know what else to try. Thank You.
ObjectDataSource 'odsTags' could not find a non-generic method 'GetTags' that has no parameters.Answered | 1 Replies | 3624 Views | Created by MDMoura - Friday, February 22, 2008 3:02 AM | Last reply by Matt Warren - MSFT - Saturday, February 23, 2008 12:48 AM -
0 Votes
Linq Query with varaible parameters?
with OR . I mean PA or CA Examples: 1) PA or WA 2) UT or OH or CO How can we write such dynamic ...Answered | 2 Replies | 1776 Views | Created by priya2silverlight - Tuesday, January 10, 2012 3:53 PM | Last reply by sambeet - Tuesday, January 10, 2012 4:03 PM -
1 Votes
Generic Method in LINQ query
Is it possible to create generic method in LINQ query public class ...Proposed | 7 Replies | 1300 Views | Created by lb55 - Sunday, March 4, 2018 9:51 PM | Last reply by Fei Hu - Thursday, March 8, 2018 9:36 AM -
0 Votes
Generic List in LINQ query Select
Hi, I am trying to create a new object as the result of a LINQ query. One of the properties of the object is a generic list. Here is my ...Answered | 1 Replies | 4754 Views | Created by burdock - Saturday, January 8, 2011 6:01 PM | Last reply by burdock - Saturday, January 8, 2011 11:56 PM -
0 Votes
Weird performance problem with compiled queries
compiled once (the count query has three generic arguments, the retrieval query four, so they are easy to distinguish), and the actual query execution time looks ... -
0 Votes
Generic Function in Linq
Thanks for the Reply Pablo.Can you provide a small example of Linq data source with Generic Service Layer. Thanks & Regards, BibhuAnswered | 3 Replies | 2952 Views | Created by Bibhu Bhusan - Tuesday, August 11, 2009 1:41 PM | Last reply by Pablo Cibraro - Wednesday, August 12, 2009 1:05 PM -
0 Votes
Dear Robert. this is my answer your friend Casper Rieper-Holm.
LINQ (Language Integrated Query). Extension methods, lambda functions, anonymous types, and many of the other features new to Visual Studio were added to make building LINQ ...Discussion | 1 Replies | 4068 Views | Created by Casper Rieper-Holm - Sunday, March 23, 2008 4:09 PM | Last reply by Martin Xie - MSFT - Wednesday, March 26, 2008 9:31 AM -
0 Votes
Possible Linq-to-Sql bug?
T>> bindings); The issue is that Linq is asking for parameters of type: MetaType ConstructorInfoAnswered | 2 Replies | 3754 Views | Created by Steve Strong - Friday, June 22, 2007 1:24 PM | Last reply by Steve Strong - Sunday, June 24, 2007 6:47 PM -
0 Votes
Generic Query
I use an Access database with multi users. I want to create a generic query that will return one field, from a ...Answered | 4 Replies | 3322 Views | Created by Can-Ann - Tuesday, November 6, 2007 2:01 PM | Last reply by Can-Ann - Tuesday, November 6, 2007 7:24 PM -
0 Votes
Generic parameters and interfaces
because generic types in .NET are said to be invariant, which means that they don't adhere to the same inheritance tree as their type parameters"Answered | 13 Replies | 2654 Views | Created by confused and lost - Tuesday, October 18, 2011 10:29 PM | Last reply by confused and lost - Thursday, October 27, 2011 10:01 PM -
0 Votes
Parameters in Dynamic Linq
Hi there: How do I use parameters in dynamic linq?. I want to code something like: var query = ...Answered | 1 Replies | 8570 Views | Created by RalphDev - Wednesday, October 28, 2009 1:42 PM | Last reply by KristoferA - Wednesday, October 28, 2009 1:49 PM -
1 Votes
MetaData API and Generic parameters
generic parameters and generic arguments, which is defined in a class with different generic parameters, I run into some troubled waters when I get to ...Answered | 2 Replies | 6489 Views | Created by S. Skov - Friday, September 4, 2009 9:08 PM | Last reply by S. Skov - Wednesday, September 9, 2009 12:44 AM -
5 Votes
GENERIC AND VARIABLE PARAMETERS
I think you should use function overloading instead of generics. Or you could encapsulate those 3 parameters in a struct or a class. Jay ...Answered | 4 Replies | 5081 Views | Created by WalterAlex - Thursday, April 12, 2007 2:00 AM | Last reply by WalterAlex - Friday, April 13, 2007 2:14 PM -
0 Votes
Generic Parameters for classes as Generic Types
I have a generic class. One parameter though is suppose to represent a collection to be used. class A<type, ...Answered | 4 Replies | 2493 Views | Created by JonSlaughter - Tuesday, May 18, 2010 8:39 AM | Last reply by JonSlaughter - Thursday, May 20, 2010 1:33 AM -
0 Votes
Linq query with variable parameters and wildcards
characters) Or if you are using LINQ to SQL, please use SqlMethods.Like in the LINQ to SQL query.Answered | 1 Replies | 5344 Views | Created by ph_waeber - Monday, March 22, 2010 8:36 AM | Last reply by Michael Sun [MSFT] - Monday, March 29, 2010 8:55 AM - Items 1 to 20 of 463001 Next ›
No announcements