You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modelbuilder.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -391,3 +391,30 @@ public class Record
391
391
varmodelBuilder=newModelBuilder();
392
392
modelBuilder.Entity<Record>();
393
393
```
394
+
395
+
396
+
### AsPseudoColumn
397
+
**v6.5.0**
398
+
399
+
The `AsPseudoColumn` function designates fields or properties in entity types as `ksqlDB`[pseudocolumns](https://docs.ksqldb.io/en/latest/reference/sql/data-definition/#pseudocolumns)..
0 commit comments