SurrealDbDatabaseResource Properties
Class Properties 3 members
A resource that represents a SurrealDB database that is a child of a SurrealDB namespace resource.
Gets the connection string expression for the SurrealDB database.
public ReferenceExpression ConnectionStringExpression { get; } Gets the database name.
public string DatabaseName { get; } Gets the parent SurrealDB namespace resource.
public SurrealDbNamespaceResource Parent { get; }