Skip to content

Commit

Permalink
Update SqlBind 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maroontress-tomohisa committed Apr 9, 2024
1 parent 76edebf commit 37db236
Show file tree
Hide file tree
Showing 44 changed files with 7,988 additions and 7,972 deletions.

Large diffs are not rendered by default.

454 changes: 227 additions & 227 deletions SqlBind-CSharp/api/latest/html/Maroontress.SqlBind.ColumnAttribute.html

Large diffs are not rendered by default.

228 changes: 114 additions & 114 deletions SqlBind-CSharp/api/latest/html/Maroontress.SqlBind.DeleteFrom.html
Original file line number Diff line number Diff line change
@@ -1,120 +1,120 @@
<!doctype html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9TQ6JWBKEK">
</script>
<script>
<!doctype html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9TQ6JWBKEK">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-9TQ6JWBKEK');
</script>
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DeleteFrom&lt;T&gt; Interface | API Reference | SqlBind Project</title>
<link rel="stylesheet" href="bulldoc.css">
<script src="highlight.pack.js">
</script>
<script>
hljs.initHighlightingOnLoad();
</script>
</head>
<body>
<div class="mainContainer uhf-container has-top-padding has-default-focus" data-bi-name="body">
<section>
<main class="content">
<h1><span class="lang-csharp">Delete<wbr>From&lt;T&gt;</span> Interface</h1>
<div class="metadata">
<dl class="attributeList">
<dt>
Namespace:
<dd>
<span class="lang-csharp"><a class="xref" href="Maroontress.SqlBind.html" data-linktype="relative-path">Maroontress.Sql<wbr>Bind</a></span>
</dd>
</dt>
</dl>
<dl class="attributeList">
<dt>
Assembly:
<dd>
<span class="lang-csharp">Sql<wbr>Bind.dll</span>
</dd>
</dt>
</dl>
</div>
<div class="summaryHolder">
<div class="summary clearFix">
<p>Represents the <code>DELETE</code> statement in SQL.</p>
</div>
</div>
<div class="codeHeader" data-bi-name="code-header">
<span class="language">C#</span><button class="action" data-bi-name="copy"><span class="docon docon-edit-copy" role="presentation"></span><span>Copy</span></button>
</div>
<pre class="wrap"><code class="nohighlight"><span class="hljs-keyword">public</span> <span class="hljs-keyword">interface</span> <span class="hljs-title">DeleteFrom</span>&lt;<span class="hljs-title">T</span>&gt;</code></pre>
<h4 id="type-parameters" class="propertyInfoTitle stack heading-with-anchor">Type Parameters</h4>
<div class="propertyInfo">
<dl class="parameterList">
<dt>
T
</dt>
<dd>
</dd>
</dl>
<p>The type of the class qualified with the <a href="Maroontress.SqlBind.TableAttribute.html">TableAttribute</a>.</p>
</div>
<h2 id="methods" class="heading-with-anchor">Methods</h2>
<div class="table-scroll-wrapper">
<table class="nameValue">
<tbody>
<tr>
<td>
<span class="lang-csharp break-text"><a class="xref" href="#M:Maroontress.SqlBind.DeleteFrom`1.Where(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})" data-linktype="relative-path">Where(string, IRead<wbr>Only<wbr>Dictionary&lt;string, object&gt;)</a></span>
</td>
<td>
gtag('config', 'G-9TQ6JWBKEK');
</script>
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DeleteFrom&lt;T&gt; Interface | API Reference | SqlBind Project</title>
<link rel="stylesheet" href="bulldoc.css">
<script src="highlight.pack.js">
</script>
<script>
hljs.initHighlightingOnLoad();
</script>
</head>
<body>
<div class="mainContainer uhf-container has-top-padding has-default-focus" data-bi-name="body">
<section>
<main class="content">
<h1><span class="lang-csharp">Delete<wbr>From&lt;T&gt;</span> Interface</h1>
<div class="metadata">
<dl class="attributeList">
<dt>
Namespace:
<dd>
<span class="lang-csharp"><a class="xref" href="Maroontress.SqlBind.html" data-linktype="relative-path">Maroontress.Sql<wbr>Bind</a></span>
</dd>
</dt>
</dl>
<dl class="attributeList">
<dt>
Assembly:
<dd>
<span class="lang-csharp">Sql<wbr>Bind.dll</span>
</dd>
</dt>
</dl>
</div>
<div class="summaryHolder">
<div class="summary clearFix">
<p>Represents the <code>DELETE</code> statement.</p>
</div>
</div>
<div class="codeHeader" data-bi-name="code-header">
<span class="language">C#</span><button class="action" data-bi-name="copy"><span class="docon docon-edit-copy" role="presentation"></span><span>Copy</span></button>
</div>
<pre class="wrap"><code class="nohighlight"><span class="hljs-keyword">public</span> <span class="hljs-keyword">interface</span> <span class="hljs-title">DeleteFrom</span>&lt;<span class="hljs-title">T</span>&gt;</code></pre>
<h4 id="type-parameters" class="propertyInfoTitle stack heading-with-anchor">Type Parameters</h4>
<div class="propertyInfo">
<dl class="parameterList">
<dt>
T
</dt>
<dd>
</dd>
</dl>
<p>The type of the class qualified with the <a href="Maroontress.SqlBind.TableAttribute.html">TableAttribute</a>.</p>
</div>
<h2 id="methods" class="heading-with-anchor">Methods</h2>
<div class="table-scroll-wrapper">
<table class="nameValue">
<tbody>
<tr>
<td>
<span class="lang-csharp break-text"><a class="xref" href="#M:Maroontress.SqlBind.DeleteFrom`1.Where(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})" data-linktype="relative-path">Where(string, IRead<wbr>Only<wbr>Dictionary&lt;string, object&gt;)</a></span>
</td>
<td>
<p>Executes the delete statement with the specified condition and
parameters.</p>
</td>
</tr>
</tbody>
</table>
</div>
<h1 id="methods-detail" class="heading-with-anchor">Methods Detail</h1>
<h2 id="M:Maroontress.SqlBind.DeleteFrom`1.Where(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})">Where(string, IReadOnlyDictionary&lt;string, object&gt;)</h2>
<div class="summaryHolder">
<div class="summary clearFix">
parameters.</p>
</td>
</tr>
</tbody>
</table>
</div>
<h1 id="methods-detail" class="heading-with-anchor">Methods Detail</h1>
<h2 id="M:Maroontress.SqlBind.DeleteFrom`1.Where(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})">Where(string, IReadOnlyDictionary&lt;string, object&gt;)</h2>
<div class="summaryHolder">
<div class="summary clearFix">
<p>Executes the delete statement with the specified condition and
parameters.</p>
</div>
</div>
<div class="codeHeader" data-bi-name="code-header">
<span class="language">C#</span><button class="action" data-bi-name="copy"><span class="docon docon-edit-copy" role="presentation"></span><span>Copy</span></button>
</div>
<pre class="wrap"><code class="nohighlight"><span class="hljs-keyword">void</span> <span class="hljs-title">Where</span>(<span class="hljs-keyword">string</span> condition, <span class="hljs-title">IReadOnlyDictionary</span>&lt;<span class="hljs-keyword">string</span>, <span class="hljs-keyword">object</span>&gt; parameters)</code></pre>
<h4 class="propertyInfoTitle stack">Parameters</h4>
<div class="propertyInfo">
<dl class="parameterList">
<dt>
condition
</dt>
<dd>
<span class="lang-csharp"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.string?view=netcore-3.0" data-linktype="absolute-path">string</a></span>
</dd>
</dl>
<p>The condition of the <code>WHERE</code> clause.</p>
</div>
<div class="propertyInfo stack">
<dl class="parameterList">
<dt>
parameters
</dt>
<dd>
<span class="lang-csharp"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ireadonlydictionary-2?view=netcore-3.0" data-linktype="absolute-path">IRead<wbr>Only<wbr>Dictionary</a>&lt;<a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.string?view=netcore-3.0" data-linktype="absolute-path">string</a>, <a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.object?view=netcore-3.0" data-linktype="absolute-path">object</a>&gt;</span>
</dd>
</dl>
parameters.</p>
</div>
</div>
<div class="codeHeader" data-bi-name="code-header">
<span class="language">C#</span><button class="action" data-bi-name="copy"><span class="docon docon-edit-copy" role="presentation"></span><span>Copy</span></button>
</div>
<pre class="wrap"><code class="nohighlight"><span class="hljs-keyword">void</span> <span class="hljs-title">Where</span>(<span class="hljs-keyword">string</span> condition, <span class="hljs-title">IReadOnlyDictionary</span>&lt;<span class="hljs-keyword">string</span>, <span class="hljs-keyword">object</span>&gt; parameters)</code></pre>
<h4 class="propertyInfoTitle stack">Parameters</h4>
<div class="propertyInfo">
<dl class="parameterList">
<dt>
condition
</dt>
<dd>
<span class="lang-csharp"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.string?view=netcore-3.0" data-linktype="absolute-path">string</a></span>
</dd>
</dl>
<p>The condition of the <code>WHERE</code> clause.</p>
</div>
<div class="propertyInfo stack">
<dl class="parameterList">
<dt>
parameters
</dt>
<dd>
<span class="lang-csharp"><a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ireadonlydictionary-2?view=netcore-3.0" data-linktype="absolute-path">IRead<wbr>Only<wbr>Dictionary</a>&lt;<a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.string?view=netcore-3.0" data-linktype="absolute-path">string</a>, <a class="xref" href="https://docs.microsoft.com/en-us/dotnet/api/system.object?view=netcore-3.0" data-linktype="absolute-path">object</a>&gt;</span>
</dd>
</dl>
<p>Immutable key-value pairs. The <code>condition</code> must
contain all the keys. Each value must be of the appropriate type.</p>
</div>
</main>
</section>
</div>
</body>
</html>
contain all the keys. Each value must be of the appropriate type.</p>
</div>
</main>
</section>
</div>
</body>
</html>
Loading

0 comments on commit 37db236

Please sign in to comment.