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.
1 parent ef8437a commit a00b3a5Copy full SHA for a00b3a5
docs/library/mapping-methods.md
@@ -232,7 +232,7 @@ The same works with the static partial class approach - simply use the generated
232
233
### Static Partial Class Requirements:
234
1. **Static Partial Class**: The containing class must be `static` and `partial`
235
-2. **[LinqraftMappingGenerate] attribute**: Methods must be marked with this attribute and specify the method name
+2. **[LinqraftMappingGenerate] attribute**: Methods must be marked with this attribute and specify the desired method name
236
3. **Top-Level Class**: Extension methods must be in a non-nested class
237
4. **SelectExpr Inside**: The template method must contain at least one `SelectExpr` call
238
0 commit comments