C# 클래스 Sharp.Data.Fluent.FluentCount

상속: IFluentCount, IFluentCountFilter
파일 보기 프로젝트 열기: sharpmigrations/sharpmigrations

공개 메소드들

메소드 설명
AllRows ( ) : int
FluentCount ( IDataClient client ) : System
Table ( string tableName ) : IFluentCountFilter
Where ( Filter where ) : int

메소드 상세

AllRows() 공개 메소드

public AllRows ( ) : int
리턴 int

FluentCount() 공개 메소드

public FluentCount ( IDataClient client ) : System
client IDataClient
리턴 System

Table() 공개 메소드

public Table ( string tableName ) : IFluentCountFilter
tableName string
리턴 IFluentCountFilter

Where() 공개 메소드

public Where ( Filter where ) : int
where Sharp.Data.Filters.Filter
리턴 int