C# Class Taskling.SqlServer.Blocks.QueryBuilders.ForcedBlockQueueQueryBuilder

Mostrar archivo Open project: Vanlightly/Taskling.NET

Public Methods

Method Description
GetDateRangeBlocksQuery ( ) : string
GetListBlocksQuery ( ) : string
GetNumericRangeBlocksQuery ( ) : string
GetObjectBlocksQuery ( ) : string
GetUpdateQuery ( int blockCount ) : string

Method Details

GetDateRangeBlocksQuery() public static method

public static GetDateRangeBlocksQuery ( ) : string
return string

GetListBlocksQuery() public static method

public static GetListBlocksQuery ( ) : string
return string

GetNumericRangeBlocksQuery() public static method

public static GetNumericRangeBlocksQuery ( ) : string
return string

GetObjectBlocksQuery() public static method

public static GetObjectBlocksQuery ( ) : string
return string

GetUpdateQuery() public static method

public static GetUpdateQuery ( int blockCount ) : string
blockCount int
return string