C# 클래스 Raven.Database.Linq.PrivateExtensions.LinqOnDynamic

These methods allow the indexes to use Linq query syntax using dynamic
파일 보기 프로젝트 열기: robashton/ravendb

공개 메소드들

메소드 설명
DefaultIfEmpty ( this self ) : IEnumerable
FirstOrDefault ( dynamic>.this source, bool>.Func predicate ) : dynamic
GroupBy ( this source, dynamic>.Func keySelector ) : dynamic>>.IEnumerable
GroupBy ( this source, dynamic>.Func keySelector, dynamic>.Func resultSelector ) : dynamic>>.IEnumerable
SelectMany ( this source, Func selector ) : IEnumerable
SelectMany ( this source, Func collectionSelector, Func resultSelector ) : IEnumerable
SelectMany ( dynamic>.this source, Func selector ) : IEnumerable
SelectMany ( dynamic>.this source, Func collectionSelector, Func resultSelector ) : IEnumerable
SingleOrDefault ( dynamic>.this source, bool>.Func predicate ) : dynamic

비공개 메소드들

메소드 설명
Select ( this self ) : IEnumerable

메소드 상세

DefaultIfEmpty() 공개 정적인 메소드

public static DefaultIfEmpty ( this self ) : IEnumerable
self this
리턴 IEnumerable

FirstOrDefault() 공개 정적인 메소드

public static FirstOrDefault ( dynamic>.this source, bool>.Func predicate ) : dynamic
source dynamic>.this
predicate bool>.Func
리턴 dynamic

GroupBy() 공개 정적인 메소드

public static GroupBy ( this source, dynamic>.Func keySelector ) : dynamic>>.IEnumerable
source this
keySelector dynamic>.Func
리턴 dynamic>>.IEnumerable

GroupBy() 공개 정적인 메소드

public static GroupBy ( this source, dynamic>.Func keySelector, dynamic>.Func resultSelector ) : dynamic>>.IEnumerable
source this
keySelector dynamic>.Func
resultSelector dynamic>.Func
리턴 dynamic>>.IEnumerable

SelectMany() 공개 정적인 메소드

public static SelectMany ( this source, Func selector ) : IEnumerable
source this
selector Func
리턴 IEnumerable

SelectMany() 공개 정적인 메소드

public static SelectMany ( this source, Func collectionSelector, Func resultSelector ) : IEnumerable
source this
collectionSelector Func
resultSelector Func
리턴 IEnumerable

SelectMany() 공개 정적인 메소드

public static SelectMany ( dynamic>.this source, Func selector ) : IEnumerable
source dynamic>.this
selector Func
리턴 IEnumerable

SelectMany() 공개 정적인 메소드

public static SelectMany ( dynamic>.this source, Func collectionSelector, Func resultSelector ) : IEnumerable
source dynamic>.this
collectionSelector Func
resultSelector Func
리턴 IEnumerable

SingleOrDefault() 공개 정적인 메소드

public static SingleOrDefault ( dynamic>.this source, bool>.Func predicate ) : dynamic
source dynamic>.this
predicate bool>.Func
리턴 dynamic