Skip to content

Commit b1885f4

Browse files
added link to new example by Joao in mapper component README (#595)
1 parent 1e66a0f commit b1885f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/features/components/mapper/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ IMapper mapper = new Mapper(session);
2323
New `Mapper` instances can be created each time they are needed, as short-lived instances, as long as you are reusing the same `ISession` and `MappingConfiguration` instances. `MappingConfiguration.Global` is used if you don't provide one.
2424

2525
In some scenarios, it might make sense to create multiple `MappingConfiguration` instances and create one mapper instance per `MappingConfiguration` (e.g. reuse the same POCOs for multiple keyspaces).
26+
See [this example](https://github.com/datastax/csharp-driver/blob/master/examples/Mapper/MultipleKeyspacesSingleSession/MapperManager.cs) for details.
2627

2728
The Mapper works by mapping the column names in your CQL statement to the property names on your classes.
2829

0 commit comments

Comments
 (0)