mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-06 14:10:56 +08:00
921 lines
45 KiB
HTML
921 lines
45 KiB
HTML
<!DOCTYPE html>
|
||
<!--[if IE]><![endif]-->
|
||
<html>
|
||
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
<title>Interface IAop
|
||
| FreeSql API Docs </title>
|
||
<meta name="viewport" content="width=device-width">
|
||
<meta name="title" content="Interface IAop
|
||
| FreeSql API Docs ">
|
||
<meta name="generator" content="docfx 2.59.4.0">
|
||
|
||
<link rel="shortcut icon" href="../favicon.ico">
|
||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||
<link rel="stylesheet" href="../styles/docfx.css">
|
||
<link rel="stylesheet" href="../styles/main.css">
|
||
<meta property="docfx:navrel" content="../toc.html">
|
||
<meta property="docfx:tocrel" content="toc.html">
|
||
|
||
<meta property="docfx:rel" content="../">
|
||
|
||
</head>
|
||
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
||
<div id="wrapper">
|
||
<header>
|
||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
||
<div class="container">
|
||
<div class="navbar-header">
|
||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
||
<span class="sr-only">Toggle navigation</span>
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
</button>
|
||
|
||
<a class="navbar-brand" href="../index.html">
|
||
<img id="logo" class="svg" src=".././images/logo.svg" alt="">
|
||
</a>
|
||
</div>
|
||
<div class="collapse navbar-collapse" id="navbar">
|
||
<form class="navbar-form navbar-right" role="search" id="search">
|
||
<div class="form-group">
|
||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
|
||
<div class="subnav navbar navbar-default">
|
||
<div class="container hide-when-search" id="breadcrumb">
|
||
<ul class="breadcrumb">
|
||
<li></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
<div class="container body-content">
|
||
|
||
<div id="search-results">
|
||
<div class="search-list">Search Results for <span></span></div>
|
||
<div class="sr-items">
|
||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
|
||
</div>
|
||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
|
||
</div>
|
||
</div>
|
||
<div role="main" class="container body-content hide-when-search">
|
||
|
||
<div class="sidenav hide-when-search">
|
||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
||
<div class="sidetoggle collapse" id="sidetoggle">
|
||
<div id="sidetoc"></div>
|
||
</div>
|
||
</div>
|
||
<div class="article row grid-right">
|
||
<div class="col-md-10">
|
||
<article class="content wrap" id="_content" data-uid="FreeSql.IAop">
|
||
|
||
|
||
<h1 id="FreeSql_IAop" data-uid="FreeSql.IAop" class="text-break">Interface IAop
|
||
</h1>
|
||
<div class="markdown level0 summary"></div>
|
||
<div class="markdown level0 conceptual"></div>
|
||
<h6><strong>Namespace</strong>: <a class="xref" href="FreeSql.html">FreeSql</a></h6>
|
||
<h6><strong>Assembly</strong>: FreeSql.dll</h6>
|
||
<h5 id="FreeSql_IAop_syntax">Syntax</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">public interface IAop</code></pre>
|
||
</div>
|
||
<h3 id="properties">Properties
|
||
</h3>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_AuditDataReaderHandler.md&value=---%0Auid%3A%20FreeSql.IAop.AuditDataReaderHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L64">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_AuditDataReaderHandler_" data-uid="FreeSql.IAop.AuditDataReaderHandler*"></a>
|
||
<h4 id="FreeSql_IAop_AuditDataReaderHandler" data-uid="FreeSql.IAop.AuditDataReaderHandler">AuditDataReaderHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<AuditDataReaderEventArgs> AuditDataReaderHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.AuditDataReaderEventArgs.html">AuditDataReaderEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_AuditValueHandler.md&value=---%0Auid%3A%20FreeSql.IAop.AuditValueHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L58">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_AuditValueHandler_" data-uid="FreeSql.IAop.AuditValueHandler*"></a>
|
||
<h4 id="FreeSql_IAop_AuditValueHandler" data-uid="FreeSql.IAop.AuditValueHandler">AuditValueHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<AuditValueEventArgs> AuditValueHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.AuditValueEventArgs.html">AuditValueEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_CommandAfterHandler.md&value=---%0Auid%3A%20FreeSql.IAop.CommandAfterHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L75">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_CommandAfterHandler_" data-uid="FreeSql.IAop.CommandAfterHandler*"></a>
|
||
<h4 id="FreeSql_IAop_CommandAfterHandler" data-uid="FreeSql.IAop.CommandAfterHandler">CommandAfterHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<CommandAfterEventArgs> CommandAfterHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.CommandAfterEventArgs.html">CommandAfterEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_CommandBeforeHandler.md&value=---%0Auid%3A%20FreeSql.IAop.CommandBeforeHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L70">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_CommandBeforeHandler_" data-uid="FreeSql.IAop.CommandBeforeHandler*"></a>
|
||
<h4 id="FreeSql_IAop_CommandBeforeHandler" data-uid="FreeSql.IAop.CommandBeforeHandler">CommandBeforeHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<CommandBeforeEventArgs> CommandBeforeHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.CommandBeforeEventArgs.html">CommandBeforeEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_ConfigEntityHandler.md&value=---%0Auid%3A%20FreeSql.IAop.ConfigEntityHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L25">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_ConfigEntityHandler_" data-uid="FreeSql.IAop.ConfigEntityHandler*"></a>
|
||
<h4 id="FreeSql_IAop_ConfigEntityHandler" data-uid="FreeSql.IAop.ConfigEntityHandler">ConfigEntityHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<ConfigEntityEventArgs> ConfigEntityHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.ConfigEntityEventArgs.html">ConfigEntityEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_ConfigEntityPropertyHandler.md&value=---%0Auid%3A%20FreeSql.IAop.ConfigEntityPropertyHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L30">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_ConfigEntityPropertyHandler_" data-uid="FreeSql.IAop.ConfigEntityPropertyHandler*"></a>
|
||
<h4 id="FreeSql_IAop_ConfigEntityPropertyHandler" data-uid="FreeSql.IAop.ConfigEntityPropertyHandler">ConfigEntityPropertyHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<ConfigEntityPropertyEventArgs> ConfigEntityPropertyHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.ConfigEntityPropertyEventArgs.html">ConfigEntityPropertyEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_CurdAfterHandler.md&value=---%0Auid%3A%20FreeSql.IAop.CurdAfterHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L41">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_CurdAfterHandler_" data-uid="FreeSql.IAop.CurdAfterHandler*"></a>
|
||
<h4 id="FreeSql_IAop_CurdAfterHandler" data-uid="FreeSql.IAop.CurdAfterHandler">CurdAfterHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<CurdAfterEventArgs> CurdAfterHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.CurdAfterEventArgs.html">CurdAfterEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_CurdBeforeHandler.md&value=---%0Auid%3A%20FreeSql.IAop.CurdBeforeHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L36">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_CurdBeforeHandler_" data-uid="FreeSql.IAop.CurdBeforeHandler*"></a>
|
||
<h4 id="FreeSql_IAop_CurdBeforeHandler" data-uid="FreeSql.IAop.CurdBeforeHandler">CurdBeforeHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<CurdBeforeEventArgs> CurdBeforeHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.CurdBeforeEventArgs.html">CurdBeforeEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_ParseExpressionHandler.md&value=---%0Auid%3A%20FreeSql.IAop.ParseExpressionHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L19">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_ParseExpressionHandler_" data-uid="FreeSql.IAop.ParseExpressionHandler*"></a>
|
||
<h4 id="FreeSql_IAop_ParseExpressionHandler" data-uid="FreeSql.IAop.ParseExpressionHandler">ParseExpressionHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<ParseExpressionEventArgs> ParseExpressionHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.ParseExpressionEventArgs.html">ParseExpressionEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_SyncStructureAfterHandler.md&value=---%0Auid%3A%20FreeSql.IAop.SyncStructureAfterHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L52">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_SyncStructureAfterHandler_" data-uid="FreeSql.IAop.SyncStructureAfterHandler*"></a>
|
||
<h4 id="FreeSql_IAop_SyncStructureAfterHandler" data-uid="FreeSql.IAop.SyncStructureAfterHandler">SyncStructureAfterHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<SyncStructureAfterEventArgs> SyncStructureAfterHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.SyncStructureAfterEventArgs.html">SyncStructureAfterEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_SyncStructureBeforeHandler.md&value=---%0Auid%3A%20FreeSql.IAop.SyncStructureBeforeHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L47">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_SyncStructureBeforeHandler_" data-uid="FreeSql.IAop.SyncStructureBeforeHandler*"></a>
|
||
<h4 id="FreeSql_IAop_SyncStructureBeforeHandler" data-uid="FreeSql.IAop.SyncStructureBeforeHandler">SyncStructureBeforeHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<SyncStructureBeforeEventArgs> SyncStructureBeforeHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.SyncStructureBeforeEventArgs.html">SyncStructureBeforeEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_TraceAfterHandler.md&value=---%0Auid%3A%20FreeSql.IAop.TraceAfterHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L86">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_TraceAfterHandler_" data-uid="FreeSql.IAop.TraceAfterHandler*"></a>
|
||
<h4 id="FreeSql_IAop_TraceAfterHandler" data-uid="FreeSql.IAop.TraceAfterHandler">TraceAfterHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<TraceAfterEventArgs> TraceAfterHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.TraceAfterEventArgs.html">TraceAfterEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_TraceBeforeHandler.md&value=---%0Auid%3A%20FreeSql.IAop.TraceBeforeHandler%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L81">View Source</a>
|
||
</span>
|
||
<a id="FreeSql_IAop_TraceBeforeHandler_" data-uid="FreeSql.IAop.TraceBeforeHandler*"></a>
|
||
<h4 id="FreeSql_IAop_TraceBeforeHandler" data-uid="FreeSql.IAop.TraceBeforeHandler">TraceBeforeHandler</h4>
|
||
<div class="markdown level1 summary"></div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">EventHandler<TraceBeforeEventArgs> TraceBeforeHandler { get; }</code></pre>
|
||
</div>
|
||
<h5 class="propertyValue">Property Value</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.TraceBeforeEventArgs.html">TraceBeforeEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<h3 id="events">Events
|
||
</h3>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_AuditDataReader.md&value=---%0Auid%3A%20FreeSql.IAop.AuditDataReader%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L63">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_AuditDataReader" data-uid="FreeSql.IAop.AuditDataReader">AuditDataReader</h4>
|
||
<div class="markdown level1 summary"><p>ADO.NET DataReader 拦截</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<AuditDataReaderEventArgs> AuditDataReader</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.AuditDataReaderEventArgs.html">AuditDataReaderEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_AuditValue.md&value=---%0Auid%3A%20FreeSql.IAop.AuditValue%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L57">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_AuditValue" data-uid="FreeSql.IAop.AuditValue">AuditValue</h4>
|
||
<div class="markdown level1 summary"><p>Insert/Update自动值处理</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<AuditValueEventArgs> AuditValue</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.AuditValueEventArgs.html">AuditValueEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_CommandAfter.md&value=---%0Auid%3A%20FreeSql.IAop.CommandAfter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L74">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_CommandAfter" data-uid="FreeSql.IAop.CommandAfter">CommandAfter</h4>
|
||
<div class="markdown level1 summary"><p>监视数据库命令对象(执行后,用于监视执行性能)</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<CommandAfterEventArgs> CommandAfter</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.CommandAfterEventArgs.html">CommandAfterEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_CommandBefore.md&value=---%0Auid%3A%20FreeSql.IAop.CommandBefore%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L69">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_CommandBefore" data-uid="FreeSql.IAop.CommandBefore">CommandBefore</h4>
|
||
<div class="markdown level1 summary"><p>监视数据库命令对象(执行前,调试)</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<CommandBeforeEventArgs> CommandBefore</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.CommandBeforeEventArgs.html">CommandBeforeEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_ConfigEntity.md&value=---%0Auid%3A%20FreeSql.IAop.ConfigEntity%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L24">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_ConfigEntity" data-uid="FreeSql.IAop.ConfigEntity">ConfigEntity</h4>
|
||
<div class="markdown level1 summary"><p>自定义实体的配置,方便和多个 ORM 共同使用</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<ConfigEntityEventArgs> ConfigEntity</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.ConfigEntityEventArgs.html">ConfigEntityEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_ConfigEntityProperty.md&value=---%0Auid%3A%20FreeSql.IAop.ConfigEntityProperty%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L29">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_ConfigEntityProperty" data-uid="FreeSql.IAop.ConfigEntityProperty">ConfigEntityProperty</h4>
|
||
<div class="markdown level1 summary"><p>自定义实体的属性配置,方便和多个 ORM 共同使用</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<ConfigEntityPropertyEventArgs> ConfigEntityProperty</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.ConfigEntityPropertyEventArgs.html">ConfigEntityPropertyEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_CurdAfter.md&value=---%0Auid%3A%20FreeSql.IAop.CurdAfter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L40">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_CurdAfter" data-uid="FreeSql.IAop.CurdAfter">CurdAfter</h4>
|
||
<div class="markdown level1 summary"><p>增删查改,执行命令完成后触发</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<CurdAfterEventArgs> CurdAfter</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.CurdAfterEventArgs.html">CurdAfterEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_CurdBefore.md&value=---%0Auid%3A%20FreeSql.IAop.CurdBefore%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L35">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_CurdBefore" data-uid="FreeSql.IAop.CurdBefore">CurdBefore</h4>
|
||
<div class="markdown level1 summary"><p>增删查改,执行命令之前触发</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<CurdBeforeEventArgs> CurdBefore</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.CurdBeforeEventArgs.html">CurdBeforeEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_ParseExpression.md&value=---%0Auid%3A%20FreeSql.IAop.ParseExpression%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L18">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_ParseExpression" data-uid="FreeSql.IAop.ParseExpression">ParseExpression</h4>
|
||
<div class="markdown level1 summary"><p>可自定义解析表达式</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<ParseExpressionEventArgs> ParseExpression</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.ParseExpressionEventArgs.html">ParseExpressionEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_SyncStructureAfter.md&value=---%0Auid%3A%20FreeSql.IAop.SyncStructureAfter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L51">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_SyncStructureAfter" data-uid="FreeSql.IAop.SyncStructureAfter">SyncStructureAfter</h4>
|
||
<div class="markdown level1 summary"><p>CodeFirst迁移,执行完成触发</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<SyncStructureAfterEventArgs> SyncStructureAfter</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.SyncStructureAfterEventArgs.html">SyncStructureAfterEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_SyncStructureBefore.md&value=---%0Auid%3A%20FreeSql.IAop.SyncStructureBefore%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L46">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_SyncStructureBefore" data-uid="FreeSql.IAop.SyncStructureBefore">SyncStructureBefore</h4>
|
||
<div class="markdown level1 summary"><p>CodeFirst迁移,执行之前触发</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<SyncStructureBeforeEventArgs> SyncStructureBefore</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.SyncStructureBeforeEventArgs.html">SyncStructureBeforeEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_TraceAfter.md&value=---%0Auid%3A%20FreeSql.IAop.TraceAfter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L85">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_TraceAfter" data-uid="FreeSql.IAop.TraceAfter">TraceAfter</h4>
|
||
<div class="markdown level1 summary"><p>跟踪结束</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<TraceAfterEventArgs> TraceAfter</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.TraceAfterEventArgs.html">TraceAfterEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span class="small pull-right mobile-hide">
|
||
<span class="divider">|</span>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop_TraceBefore.md&value=---%0Auid%3A%20FreeSql.IAop.TraceBefore%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||
</span>
|
||
<span class="small pull-right mobile-hide">
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L80">View Source</a>
|
||
</span>
|
||
<h4 id="FreeSql_IAop_TraceBefore" data-uid="FreeSql.IAop.TraceBefore">TraceBefore</h4>
|
||
<div class="markdown level1 summary"><p>跟踪开始</p>
|
||
</div>
|
||
<div class="markdown level1 conceptual"></div>
|
||
<h5 class="decalaration">Declaration</h5>
|
||
<div class="codewrapper">
|
||
<pre><code class="lang-csharp hljs">event EventHandler<TraceBeforeEventArgs> TraceBefore</code></pre>
|
||
</div>
|
||
<h5 class="eventType">Event Type</h5>
|
||
<table class="table table-bordered table-striped table-condensed">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><span class="xref">System.EventHandler</span><<a class="xref" href="FreeSql.Aop.TraceBeforeEventArgs.html">TraceBeforeEventArgs</a>></td>
|
||
<td></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</article>
|
||
</div>
|
||
|
||
<div class="hidden-sm col-md-2" role="complementary">
|
||
<div class="sideaffix">
|
||
<div class="contribution">
|
||
<ul class="nav">
|
||
<li>
|
||
<a href="https://github.com/dotnetcore/freesql/new/master/apiSpec/new?filename=FreeSql_IAop.md&value=---%0Auid%3A%20FreeSql.IAop%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Interface/IAop.cs/#L13" class="contribution-link">View Source</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
||
<h5>In This Article</h5>
|
||
<div></div>
|
||
</nav>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<footer>
|
||
<div class="grad-bottom"></div>
|
||
<div class="footer">
|
||
<div class="container">
|
||
<span class="pull-right">
|
||
<a href="#top">Back to top</a>
|
||
</span>
|
||
|
||
<span>Generated by <strong>DocFX</strong></span>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
</div>
|
||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
||
<script type="text/javascript" src="../styles/docfx.js"></script>
|
||
<script type="text/javascript" src="../styles/main.js"></script>
|
||
</body>
|
||
</html>
|