We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a53c83 + dd32c59 commit d80e767Copy full SHA for d80e767
Documentation/Query.md
@@ -10,7 +10,8 @@ QueryAttribute(
10
QueryType queryType = QueryType.Read,
11
bool generate = true,
12
AccessModifier accessModifier = AccessModifier.AsContainingClass,
13
- AsyncResult asyncResultType = AsyncResult.ValueTask
+ AsyncResult asyncResultType = AsyncResult.ValueTask,
14
+ Type asPartInterface = null
15
)
16
17
```
Documentation/QueryBatch.md
@@ -7,7 +7,8 @@ public QueryBatchAttribute(
7
QueryType queryType,
8
MethodType methodType,
9
0 commit comments