C# Class Taskling.SqlServer.Blocks.FailedBlocksQueryBuilder

Show file Open project: Vanlightly/Taskling.NET

Public Methods

Method Description
GetFindFailedDateRangeBlocksQuery ( int top ) : string
GetFindFailedListBlocksQuery ( int top ) : string
GetFindFailedNumericRangeBlocksQuery ( int top ) : string
GetFindFailedObjectBlocksQuery ( int top ) : string

Method Details

GetFindFailedDateRangeBlocksQuery() public static method

public static GetFindFailedDateRangeBlocksQuery ( int top ) : string
top int
return string

GetFindFailedListBlocksQuery() public static method

public static GetFindFailedListBlocksQuery ( int top ) : string
top int
return string

GetFindFailedNumericRangeBlocksQuery() public static method

public static GetFindFailedNumericRangeBlocksQuery ( int top ) : string
top int
return string

GetFindFailedObjectBlocksQuery() public static method

public static GetFindFailedObjectBlocksQuery ( int top ) : string
top int
return string