-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76edebf
commit 37db236
Showing
44 changed files
with
7,988 additions
and
7,972 deletions.
There are no files selected for viewing
322 changes: 161 additions & 161 deletions
322
SqlBind-CSharp/api/latest/html/Maroontress.SqlBind.AutoIncrementAttribute.html
Large diffs are not rendered by default.
Oops, something went wrong.
454 changes: 227 additions & 227 deletions
454
SqlBind-CSharp/api/latest/html/Maroontress.SqlBind.ColumnAttribute.html
Large diffs are not rendered by default.
Oops, something went wrong.
228 changes: 114 additions & 114 deletions
228
SqlBind-CSharp/api/latest/html/Maroontress.SqlBind.DeleteFrom.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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<T> 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<T></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><<span class="hljs-title">T</span>></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<string, object>)</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<T> 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<T></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><<span class="hljs-title">T</span>></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<string, object>)</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<string, object>)</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<string, object>)</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><<span class="hljs-keyword">string</span>, <span class="hljs-keyword">object</span>> 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><<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>></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><<span class="hljs-keyword">string</span>, <span class="hljs-keyword">object</span>> 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><<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>></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> |
Oops, something went wrong.