Update nach EDK-Read
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" />
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<title>m_iErrorCode Field</title>
|
||||
<title>clsDBInteractionBase Class</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||
<script src="msdn2019/toc.js"></script>
|
||||
@@ -74,11 +74,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div id="mainBody">
|
||||
<h1 class="title">m_iErrorCode Field</h1>
|
||||
<h1 class="title">clsDBInteractionBase Class</h1>
|
||||
|
||||
<div class="metadata">
|
||||
Namespace:
|
||||
<a href="topic_0000000000000101.html">edoka_dms</a>
|
||||
<a href="topic_0000000000000104.html">edoka_dms</a>
|
||||
|
||||
|
||||
|
||||
@@ -138,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeVB">
|
||||
<pre xml:space="preserve" class="brush: vb">Protected m_iErrorCode As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.data.sqltypes.sqlint32">SqlInt32</a></pre>
|
||||
<pre xml:space="preserve" class="brush: vb">Public MustInherit Class clsDBInteractionBase <br /> Implements <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.idisposable">IDisposable</a>, _ <br /> <a target="_top" href="topic_0000000000000115.html" onclick="this.target='';return true;">ICommonDBAccess</a></pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -177,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeCsharp">
|
||||
<pre xml:space="preserve" class="brush: csharp">protected <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.data.sqltypes.sqlint32">SqlInt32</a> m_iErrorCode</pre>
|
||||
<pre xml:space="preserve" class="brush: csharp">public abstract class clsDBInteractionBase : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.idisposable">IDisposable</a>, <br /> <a target="_top" href="topic_0000000000000115.html" onclick="this.target='';return true;">ICommonDBAccess</a></pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -217,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeCpp">
|
||||
<pre xml:space="preserve" class="brush: cpp">protected: <br /><a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.data.sqltypes.sqlint32">SqlInt32</a> m_iErrorCode;</pre>
|
||||
<pre xml:space="preserve" class="brush: cpp">public ref class clsDBInteractionBase abstract : public <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.idisposable">IDisposable</a>, <br /> public <a target="_top" href="topic_0000000000000115.html" onclick="this.target='';return true;">ICommonDBAccess</a>^</pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -256,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeJScript">
|
||||
<pre xml:space="preserve" class="brush: js">protected m_iErrorCode : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.data.sqltypes.sqlint32">SqlInt32</a></pre>
|
||||
<pre xml:space="preserve" class="brush: js">public abstract class clsDBInteractionBase <br /> implements <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.idisposable">IDisposable</a>, <br /> <a target="_top" href="topic_0000000000000115.html" onclick="this.target='';return true;">ICommonDBAccess</a></pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -268,11 +268,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
|
||||
|
||||
<h4 class="subHeading">
|
||||
Field Value</h4>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.data.sqltypes.sqlint32">SqlInt32</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -291,6 +286,628 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Constructors</a></span>
|
||||
<div> </div>
|
||||
</div>
|
||||
|
||||
<div id="ConstructorsSection" class="section">
|
||||
<table class="memberListTable">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>
|
||||
Name
|
||||
</th>
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public constructor" title="Public constructor" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000121.html">clsDBInteractionBase()</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<a href="#mainBody">
|
||||
Top
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Properties</a></span>
|
||||
<div> </div>
|
||||
</div>
|
||||
|
||||
<div id="PropertiesSection" class="section">
|
||||
<table class="memberListTable">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>
|
||||
Name
|
||||
</th>
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000129.html">cpMainConnectionProvider</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000012A.html">iErrorCode</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000012C.html">iRowsAffected</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000012B.html">sConnectionString</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<a href="#mainBody">
|
||||
Top
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Methods</a></span>
|
||||
<div> </div>
|
||||
</div>
|
||||
|
||||
<div id="MethodsSection" class="section">
|
||||
<table class="memberListTable">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>
|
||||
Name
|
||||
</th>
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000125.html">Delete()</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Protected method" title="Protected method" src="msdn2019/protmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000123.html">Dispose(bool)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000122.html">Dispose()</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000124.html">Insert()</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000128.html">SelectAll()</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000127.html">SelectOne()</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000126.html">Update()</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<a href="#mainBody">
|
||||
Top
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Extension Methods</a></span>
|
||||
<div> </div>
|
||||
</div>
|
||||
|
||||
<div id="ExtensionMethodsSection" class="section">
|
||||
<table class="memberListTable">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>
|
||||
Name
|
||||
</th>
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
inheritedMember
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public extension method" title="Public extension method" src="msdn2019/pubextensionmethod.png"></img>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_00000000000002E2.html">NameOf(this object)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
(Defined by <a target="_top" href="topic_00000000000002E0.html" onclick="this.target='';return true;">NLogHelper</a>).
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<a href="#mainBody">
|
||||
Top
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Classes -->
|
||||
|
||||
<!-- Classes End -->
|
||||
|
||||
<!-- Standard Modules -->
|
||||
|
||||
<!-- Standard Modules End -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Fields</a></span>
|
||||
<div> </div>
|
||||
</div>
|
||||
|
||||
<div id="FieldsSection" class="section">
|
||||
<table class="memberListTable">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>
|
||||
Name
|
||||
</th>
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Protected field" title="Protected field" src="msdn2019/protfield.png"></img>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000011F.html">m_bMainConnectionIsCreatedLocal</a>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Protected field" title="Protected field" src="msdn2019/protfield.png"></img>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000120.html">m_cpMainConnectionProvider</a>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Protected field" title="Protected field" src="msdn2019/protfield.png"></img>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000011E.html">m_iErrorCode</a>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Protected field" title="Protected field" src="msdn2019/protfield.png"></img>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000011D.html">m_iRowsAffected</a>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Protected field" title="Protected field" src="msdn2019/protfield.png"></img>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000011C.html">m_scoMainConnection</a>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<a href="#mainBody">
|
||||
Top
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -351,6 +968,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span>
|
||||
@@ -359,14 +977,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
<div id="seeAlsoSection" class="section">
|
||||
<div>
|
||||
<a href="topic_0000000000000118.html">clsDBInteractionBase Class</a><br />
|
||||
<a href="topic_0000000000000104.html">edoka_dms Namespace</a><br />
|
||||
|
||||
|
||||
|
||||
<a href="topic_0000000000000101.html">edoka_dms Namespace</a><br />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -389,3 +1003,4 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user