Skip to content

How to Prepend Cache Statement Before Select Clause? #76

Answered by maxtoroq
azazlhr asked this question in Q&A
Discussion options

You must be logged in to vote

Use AppendClause:

var queryBuilder = new SqlBuilder()
   .AppendClause("CACHE", null, "[CacheTableName]")
   .SELECT("*")
   ;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by azazlhr
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #76 on December 17, 2020 14:07.