Search the docs
Languages
/
.NET
Methods
The .NET SDK for SurrealDB enables simple and advanced querying of a remote or embedded database.
This method returns the record of an authenticated scope user.
await db.Info<T>()
Properties
Description
cancellationToken
The cancellationToken enables graceful cancellation of asynchronous operations.
var currentUser = await db.Info<User>();
Was this page helpful?
Previous
Import
Next
InsertRelation