Click or drag to resize
QueryableToIdsQueryTSource Method (IQueryableTSource)
ToIdsQuery for IQueryable

Namespace:  Intuit.Ipp.LinqExtender
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static string ToIdsQuery<TSource>(
	this IQueryable<TSource> source
)

Parameters

source
Type: System.LinqIQueryableTSource

[Missing <param name="source"/> documentation for "M:Intuit.Ipp.LinqExtender.Queryable.ToIdsQuery``1(System.Linq.IQueryable{``0})"]

Type Parameters

TSource

[Missing <typeparam name="TSource"/> documentation for "M:Intuit.Ipp.LinqExtender.Queryable.ToIdsQuery``1(System.Linq.IQueryable{``0})"]

Return Value

Type: String

[Missing <returns> documentation for "M:Intuit.Ipp.LinqExtender.Queryable.ToIdsQuery``1(System.Linq.IQueryable{``0})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IQueryableTSource. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also