fix cubetree init crash.
This commit is contained in:
@@ -200,7 +200,8 @@ Class SqliteRoleStore<TRole>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.SqliteUtils.SqliteRoleStore-1.html">SqliteRoleStore<TRole></a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -210,7 +211,8 @@ Class SqliteRoleStore<TRole>
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>storage</code> <a class="xref" href="Hi.SqliteUtils.SqliteIdentityStorage.html">SqliteIdentityStorage</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The SQLite identity storage.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -235,7 +237,7 @@ Class SqliteRoleStore<TRole>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Returns an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.linq.iqueryable-1">IQueryable<T></a> collection of roles.</p>
|
||||
<div class="markdown level1 summary"><p>Gets all roles as a queryable collection.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -250,8 +252,7 @@ Class SqliteRoleStore<TRole>
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.linq.iqueryable-1">IQueryable</a><TRole></dt>
|
||||
<dd><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.linq.iqueryable-1">IQueryable<T></a> collection of roles.</p>
|
||||
</dd>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user