C# Class Taskling.SqlServer.Blocks.DeadBlocksQueryBuilder

Show file Open project: Vanlightly/Taskling.NET

Public Methods

Method Description
GetFindDeadDateRangeBlocksQuery ( int top ) : string
GetFindDeadDateRangeBlocksWithKeepAliveQuery ( int top ) : string
GetFindDeadListBlocksQuery ( int top ) : string
GetFindDeadListBlocksWithKeepAliveQuery ( int top ) : string
GetFindDeadNumericRangeBlocksQuery ( int top ) : string
GetFindDeadNumericRangeBlocksWithKeepAliveQuery ( int top ) : string
GetFindDeadObjectBlocksQuery ( int top ) : string
GetFindDeadObjectBlocksWithKeepAliveQuery ( int top ) : string

Method Details

GetFindDeadDateRangeBlocksQuery() public static method

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

GetFindDeadDateRangeBlocksWithKeepAliveQuery() public static method

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

GetFindDeadListBlocksQuery() public static method

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

GetFindDeadListBlocksWithKeepAliveQuery() public static method

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

GetFindDeadNumericRangeBlocksQuery() public static method

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

GetFindDeadNumericRangeBlocksWithKeepAliveQuery() public static method

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

GetFindDeadObjectBlocksQuery() public static method

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

GetFindDeadObjectBlocksWithKeepAliveQuery() public static method

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