C# 클래스 Stash.Azure.AzureQueries.IntersectOperator

상속: IAzureQuery, IIntersectOperator
파일 보기 프로젝트 열기: AndyHitchman/Stash 1 사용 예제들

공개 메소드들

메소드 설명
EstimatedQueryCost ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : double
Execute ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : IEnumerable
ExecuteInsideIntersect ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext, IEnumerable joinConstraint ) : IEnumerable
IntersectOperator ( IEnumerable queries ) : System

메소드 상세

EstimatedQueryCost() 공개 메소드

public EstimatedQueryCost ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : double
serviceContext Microsoft.WindowsAzure.StorageClient.TableServiceContext
리턴 double

Execute() 공개 메소드

public Execute ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : IEnumerable
serviceContext Microsoft.WindowsAzure.StorageClient.TableServiceContext
리턴 IEnumerable

ExecuteInsideIntersect() 공개 메소드

public ExecuteInsideIntersect ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext, IEnumerable joinConstraint ) : IEnumerable
serviceContext Microsoft.WindowsAzure.StorageClient.TableServiceContext
joinConstraint IEnumerable
리턴 IEnumerable

IntersectOperator() 공개 메소드

public IntersectOperator ( IEnumerable queries ) : System
queries IEnumerable
리턴 System