Open
Description
It appears that the overloads for ToCursor work correctly. I can choose my id field and have it converted to a base64 string. However, within the ToConnection
method, the from methods are set to use the extensions that return Guids, which I do not use. There is no way to indicate that I want to go from cursor to int.
I am not sure how to solve this. Any ideas? I am trying to avoid writing another overload of ToConnection. I also want to avoid a parameter if-check. I am mostly a functional programmer so I prefer my functions to do one thing if I can.
Sidenote: as a functional programmer, C# really kills me. :-D
Metadata
Metadata
Assignees
Labels
No labels