C#
public interface IOrderedQueryable : System.Collections.IEnumerable, System.Linq.IQueryable
{
}
Articles
|
Type: System.Linq . . :: . IOrderedQueryable < (Of < ( TSource > ) > ) An IOrderedQueryable < (Of < ( T > ) > ) that contains elements to sort. keySelector Type: System.Linq.Expressions . . :: . Expression < (Of ...
|
|
Type: System.Linq . . :: . IOrderedQueryable < (Of < ( TSource > ) > ) An IOrderedQueryable < (Of < ( T > ) > ) that contains elements to sort. keySelector Type: System.Linq.Expressions . . :: . Expression < (Of ...
|
|
Cannot implicitly convert type 'System.Linq.IOrderedQueryable [c:\WINDOWS\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll]' to 'System.Linq ...
|