mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-16 05:10:55 +08:00
4775 lines
242 KiB
HTML
4775 lines
242 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 ISelect<T1, T2, T3, T4, T5, T6>
|
|
| FreeSql API Docs </title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="title" content="Interface ISelect<T1, T2, T3, T4, T5, T6>
|
|
| 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.ISelect`6">
|
|
|
|
|
|
<h1 id="FreeSql_ISelect_6" data-uid="FreeSql.ISelect`6" class="text-break">Interface ISelect<T1, T2, T3, T4, T5, T6>
|
|
</h1>
|
|
<div class="markdown level0 summary"></div>
|
|
<div class="markdown level0 conceptual"></div>
|
|
<div class="inheritedMembers">
|
|
<h5>Inherited Members</h5>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToDataTableAsync_System_String_System_Threading_CancellationToken_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToDataTableAsync(String, CancellationToken)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToDataTableByPropertyNameAsync_System_String___System_Threading_CancellationToken_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToDataTableByPropertyNameAsync(String[], CancellationToken)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToDictionaryAsync__1_System_Func__1___0__System_Threading_CancellationToken_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToDictionaryAsync<TKey>(Func<T1, TKey>, CancellationToken)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToDictionaryAsync__2_System_Func__1___0__System_Func__1___1__System_Threading_CancellationToken_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToDictionaryAsync<TKey, TElement>(Func<T1, TKey>, Func<T1, TElement>, CancellationToken)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToListAsync_System_Threading_CancellationToken_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToListAsync(CancellationToken)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToListAsync_System_Boolean_System_Threading_CancellationToken_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToListAsync(Boolean, CancellationToken)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToListAsync__1_System_String_System_Threading_CancellationToken_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToListAsync<TTuple>(String, CancellationToken)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToOneAsync_System_Threading_CancellationToken_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToOneAsync(CancellationToken)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_FirstAsync_System_Threading_CancellationToken_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.FirstAsync(CancellationToken)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_AnyAsync_System_Threading_CancellationToken_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.AnyAsync(CancellationToken)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_CountAsync_System_Threading_CancellationToken_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.CountAsync(CancellationToken)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Cancel_System_Func_System_Boolean__">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Cancel(Func<Boolean>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_WithTransaction_System_Data_Common_DbTransaction_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.WithTransaction(DbTransaction)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_WithConnection_System_Data_Common_DbConnection_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.WithConnection(DbConnection)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_WithParameters_System_Collections_Generic_List_System_Data_Common_DbParameter__">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.WithParameters(List<DbParameter>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_CommandTimeout_System_Int32_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.CommandTimeout(Int32)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_TrackToList_System_Action_System_Object__">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.TrackToList(Action<Object>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToDataTable_System_String_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToDataTable(String)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToDataTableByPropertyName_System_String___">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToDataTableByPropertyName(String[])</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToDictionary__1_System_Func__1___0__">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToDictionary<TKey>(Func<T1, TKey>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToDictionary__2_System_Func__1___0__System_Func__1___1__">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToDictionary<TKey, TElement>(Func<T1, TKey>, Func<T1, TElement>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToList">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToList()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToList_System_Boolean_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToList(Boolean)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToChunk_System_Int32_System_Action_FreeSql_Internal_Model_FetchCallbackArgs_System_Collections_Generic_List__1____System_Boolean_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToChunk(Int32, Action<FetchCallbackArgs<List<T1>>>, Boolean)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToList__1_System_String_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToList<TTuple>(String)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToOne">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToOne()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_First">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.First()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToDelete">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToDelete()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToUpdate">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToUpdate()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_AsTable_System_Func_System_Type_System_String_System_String__">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.AsTable(Func<Type, String, String>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_AsAlias_System_Func_System_Type_System_String_System_String__">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.AsAlias(Func<Type, String, String>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_AsType_System_Type_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.AsType(Type)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ToSql_System_String_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ToSql(String)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Any">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Any()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Count">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Count()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Count_System_Int64__">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Count(Int64)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Master">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Master()</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_LeftJoin_System_Linq_Expressions_Expression_System_Func__1_System_Boolean___">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.LeftJoin(Expression<Func<T1, Boolean>>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_InnerJoin_System_Linq_Expressions_Expression_System_Func__1_System_Boolean___">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.InnerJoin(Expression<Func<T1, Boolean>>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_RightJoin_System_Linq_Expressions_Expression_System_Func__1_System_Boolean___">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.RightJoin(Expression<Func<T1, Boolean>>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_LeftJoin__1_System_Linq_Expressions_Expression_System_Func__1___0_System_Boolean___">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.LeftJoin<T2>(Expression<Func<T1, T2, Boolean>>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_InnerJoin__1_System_Linq_Expressions_Expression_System_Func__1___0_System_Boolean___">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.InnerJoin<T2>(Expression<Func<T1, T2, Boolean>>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_RightJoin__1_System_Linq_Expressions_Expression_System_Func__1___0_System_Boolean___">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.RightJoin<T2>(Expression<Func<T1, T2, Boolean>>)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_LeftJoin_System_String_System_Object_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.LeftJoin(String, Object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_InnerJoin_System_String_System_Object_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.InnerJoin(String, Object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_RightJoin_System_String_System_Object_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.RightJoin(String, Object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_RawJoin_System_String_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.RawJoin(String)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Where_System_String_System_Object_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Where(String, Object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_WhereIf_System_Boolean_System_String_System_Object_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.WhereIf(Boolean, String, Object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_WhereDynamicFilter_FreeSql_Internal_Model_DynamicFilterInfo_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.WhereDynamicFilter(DynamicFilterInfo)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_DisableGlobalFilter_System_String___">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.DisableGlobalFilter(String[])</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_ForUpdate_System_Boolean_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.ForUpdate(Boolean)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_GroupBy_System_String_System_Object_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.GroupBy(String, Object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Having_System_String_System_Object_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Having(String, Object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_OrderBy_System_String_System_Object_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.OrderBy(String, Object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_OrderBy_System_Boolean_System_String_System_Object_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.OrderBy(Boolean, String, Object)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_OrderByPropertyName_System_String_System_Boolean_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.OrderByPropertyName(String, Boolean)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_OrderByPropertyNameIf_System_Boolean_System_String_System_Boolean_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.OrderByPropertyNameIf(Boolean, String, Boolean)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Skip_System_Int32_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Skip(Int32)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Offset_System_Int32_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Offset(Int32)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Limit_System_Int32_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Limit(Int32)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Take_System_Int32_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Take(Int32)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Page_System_Int32_System_Int32_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Page(Int32, Int32)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Page_FreeSql_Internal_Model_BasePagingInfo_">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Page(BasePagingInfo)</a>
|
|
</div>
|
|
<div>
|
|
<a class="xref" href="FreeSql.ISelect0-2.html#FreeSql_ISelect0_2_Distinct">ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>.Distinct()</a>
|
|
</div>
|
|
</div>
|
|
<h6><strong>Namespace</strong>: <a class="xref" href="FreeSql.html">FreeSql</a></h6>
|
|
<h6><strong>Assembly</strong>: FreeSql.dll</h6>
|
|
<h5 id="FreeSql_ISelect_6_syntax">Syntax</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public interface ISelect<T1, T2, T3, T4, T5, T6> : ISelect0<ISelect<T1, T2, T3, T4, T5, T6>, T1>, ISelect0 where T2 : class where T3 : class where T4 : class where T5 : class where T6 : class</code></pre>
|
|
</div>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">T1</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="parametername">T2</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="parametername">T3</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="parametername">T4</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="parametername">T5</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="parametername">T6</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 id="methods">Methods
|
|
</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_ISelect_6_Aggregate__1_System_Linq_Expressions_Expression_System_Func_FreeSql_ISelectGroupingAggregate__0__FreeSql_ISelectGroupingAggregate__1__FreeSql_ISelectGroupingAggregate__2__FreeSql_ISelectGroupingAggregate__3__FreeSql_ISelectGroupingAggregate__4__FreeSql_ISelectGroupingAggregate__5____0_____0__.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Aggregate%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.ISelectGroupingAggregate%7B%600%7D%2CFreeSql.ISelectGroupingAggregate%7B%601%7D%2CFreeSql.ISelectGroupingAggregate%7B%602%7D%2CFreeSql.ISelectGroupingAggregate%7B%603%7D%2CFreeSql.ISelectGroupingAggregate%7B%604%7D%2CFreeSql.ISelectGroupingAggregate%7B%605%7D%2C%60%600%7D%7D%2C%60%600%40)%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/Curd/ISelect/ISelect2`16.cs/#L537">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Aggregate_" data-uid="FreeSql.ISelect`6.Aggregate*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Aggregate__1_System_Linq_Expressions_Expression_System_Func_FreeSql_ISelectGroupingAggregate__0__FreeSql_ISelectGroupingAggregate__1__FreeSql_ISelectGroupingAggregate__2__FreeSql_ISelectGroupingAggregate__3__FreeSql_ISelectGroupingAggregate__4__FreeSql_ISelectGroupingAggregate__5____0_____0__" data-uid="FreeSql.ISelect`6.Aggregate``1(System.Linq.Expressions.Expression{System.Func{FreeSql.ISelectGroupingAggregate{`0},FreeSql.ISelectGroupingAggregate{`1},FreeSql.ISelectGroupingAggregate{`2},FreeSql.ISelectGroupingAggregate{`3},FreeSql.ISelectGroupingAggregate{`4},FreeSql.ISelectGroupingAggregate{`5},``0}},``0@)">Aggregate<TReturn>(Expression<Func<ISelectGroupingAggregate<T1>, ISelectGroupingAggregate<T2>, ISelectGroupingAggregate<T3>, ISelectGroupingAggregate<T4>, ISelectGroupingAggregate<T5>, ISelectGroupingAggregate<T6>, TReturn>>, out TReturn)</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">ISelect<T1, T2, T3, T4, T5, T6> Aggregate<TReturn>(Expression<Func<ISelectGroupingAggregate<T1>, ISelectGroupingAggregate<T2>, ISelectGroupingAggregate<T3>, ISelectGroupingAggregate<T4>, ISelectGroupingAggregate<T5>, ISelectGroupingAggregate<T6>, TReturn>> select, out TReturn result)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T1>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T2>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T3>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T4>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T5>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">TReturn</span></td>
|
|
<td><span class="parametername">result</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_Any_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Any(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L524">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Any_" data-uid="FreeSql.ISelect`6.Any*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Any_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___" data-uid="FreeSql.ISelect`6.Any(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,System.Boolean}})">Any(Expression<Func<T1, T2, T3, T4, T5, T6, Boolean>>)</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">bool Any(Expression<Func<T1, T2, T3, T4, T5, T6, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Boolean</span></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_ISelect_6_Any_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Any(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L562">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Any_" data-uid="FreeSql.ISelect`6.Any*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Any_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___" data-uid="FreeSql.ISelect`6.Any(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},System.Boolean}})">Any(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, Boolean>>)</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">bool Any(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Boolean</span></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_ISelect_6_AnyAsync_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.AnyAsync(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2CSystem.Boolean%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L489">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_AnyAsync_" data-uid="FreeSql.ISelect`6.AnyAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_AnyAsync_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.AnyAsync(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,System.Boolean}},System.Threading.CancellationToken)">AnyAsync(Expression<Func<T1, T2, T3, T4, T5, T6, Boolean>>, CancellationToken)</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">Task<bool> AnyAsync(Expression<Func<T1, T2, T3, T4, T5, T6, bool>> exp, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Boolean</span>></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_ISelect_6_AnyAsync_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.AnyAsync(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2CSystem.Boolean%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L507">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_AnyAsync_" data-uid="FreeSql.ISelect`6.AnyAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_AnyAsync_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.AnyAsync(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},System.Boolean}},System.Threading.CancellationToken)">AnyAsync(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, Boolean>>, CancellationToken)</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">Task<bool> AnyAsync(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, bool>> exp, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Boolean</span>></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_ISelect_6_Avg__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Avg%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L541">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Avg_" data-uid="FreeSql.ISelect`6.Avg*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Avg__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.Avg``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">Avg<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>>)</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">double Avg<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Double</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_Avg__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Avg%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L575">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Avg_" data-uid="FreeSql.ISelect`6.Avg*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Avg__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.Avg``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">Avg<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>>)</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">double Avg<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Double</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_AvgAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.AvgAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L503">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_AvgAsync_" data-uid="FreeSql.ISelect`6.AvgAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_AvgAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.AvgAsync``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},System.Threading.CancellationToken)">AvgAsync<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>>, CancellationToken)</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">Task<double> AvgAsync<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>> column, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Double</span>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_AvgAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.AvgAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L518">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_AvgAsync_" data-uid="FreeSql.ISelect`6.AvgAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_AvgAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.AvgAsync``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},System.Threading.CancellationToken)">AvgAsync<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>>, CancellationToken)</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">Task<double> AvgAsync<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>> column, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Double</span>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_First__1.md&value=---%0Auid%3A%20FreeSql.ISelect%606.First%60%601%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/Curd/ISelect/ISelect2`16.cs/#L533">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_First_" data-uid="FreeSql.ISelect`6.First*"></a>
|
|
<h4 id="FreeSql_ISelect_6_First__1" data-uid="FreeSql.ISelect`6.First``1">First<TDto>()</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">TDto First<TDto>()</code></pre>
|
|
</div>
|
|
<h5 class="returns">Returns</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">TDto</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TDto</span></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_ISelect_6_First__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.First%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L532">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_First_" data-uid="FreeSql.ISelect`6.First*"></a>
|
|
<h4 id="FreeSql_ISelect_6_First__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.First``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">First<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>>)</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">TReturn First<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>> select)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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">TReturn</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_First__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.First%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L569">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_First_" data-uid="FreeSql.ISelect`6.First*"></a>
|
|
<h4 id="FreeSql_ISelect_6_First__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.First``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">First<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>>)</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">TReturn First<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>> select)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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">TReturn</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_FirstAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.FirstAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L496">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_FirstAsync_" data-uid="FreeSql.ISelect`6.FirstAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_FirstAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.FirstAsync``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},System.Threading.CancellationToken)">FirstAsync<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>>, CancellationToken)</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">Task<TReturn> FirstAsync<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>> select, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><TReturn></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_FirstAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.FirstAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L513">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_FirstAsync_" data-uid="FreeSql.ISelect`6.FirstAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_FirstAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.FirstAsync``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},System.Threading.CancellationToken)">FirstAsync<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>>, CancellationToken)</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">Task<TReturn> FirstAsync<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>> select, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><TReturn></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_FirstAsync__1_System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.FirstAsync%60%601(System.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L497">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_FirstAsync_" data-uid="FreeSql.ISelect`6.FirstAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_FirstAsync__1_System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.FirstAsync``1(System.Threading.CancellationToken)">FirstAsync<TDto>(CancellationToken)</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">Task<TDto> FirstAsync<TDto>(CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><TDto></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TDto</span></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_ISelect_6_GroupBy__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.GroupBy%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L550">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_GroupBy_" data-uid="FreeSql.ISelect`6.GroupBy*"></a>
|
|
<h4 id="FreeSql_ISelect_6_GroupBy__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.GroupBy``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">GroupBy<TKey>(Expression<Func<T1, T2, T3, T4, T5, T6, TKey>>)</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">ISelectGrouping<TKey, NativeTuple<T1, T2, T3, T4, T5, T6>> GroupBy<TKey>(Expression<Func<T1, T2, T3, T4, T5, T6, TKey>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TKey>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelectGrouping-2.html">ISelectGrouping</a><TKey, <a class="xref" href="FreeSql.Internal.Model.NativeTuple-6.html">NativeTuple</a><T1, T2, T3, T4, T5, T6>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TKey</span></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_ISelect_6_GroupBy__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.GroupBy%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L584">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_GroupBy_" data-uid="FreeSql.ISelect`6.GroupBy*"></a>
|
|
<h4 id="FreeSql_ISelect_6_GroupBy__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.GroupBy``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">GroupBy<TKey>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TKey>>)</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">ISelectGrouping<TKey, NativeTuple<T1, T2, T3, T4, T5, T6>> GroupBy<TKey>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TKey>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TKey>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelectGrouping-2.html">ISelectGrouping</a><TKey, <a class="xref" href="FreeSql.Internal.Model.NativeTuple-6.html">NativeTuple</a><T1, T2, T3, T4, T5, T6>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TKey</span></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_ISelect_6_InnerJoin_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.InnerJoin(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L544">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_InnerJoin_" data-uid="FreeSql.ISelect`6.InnerJoin*"></a>
|
|
<h4 id="FreeSql_ISelect_6_InnerJoin_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___" data-uid="FreeSql.ISelect`6.InnerJoin(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,System.Boolean}})">InnerJoin(Expression<Func<T1, T2, T3, T4, T5, T6, Boolean>>)</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">ISelect<T1, T2, T3, T4, T5, T6> InnerJoin(Expression<Func<T1, T2, T3, T4, T5, T6, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></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_ISelect_6_InnerJoin_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.InnerJoin(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L578">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_InnerJoin_" data-uid="FreeSql.ISelect`6.InnerJoin*"></a>
|
|
<h4 id="FreeSql_ISelect_6_InnerJoin_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___" data-uid="FreeSql.ISelect`6.InnerJoin(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},System.Boolean}})">InnerJoin(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, Boolean>>)</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">ISelect<T1, T2, T3, T4, T5, T6> InnerJoin(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></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_ISelect_6_InsertInto__1_System_String_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.InsertInto%60%601(System.String%2CSystem.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L525">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_InsertInto_" data-uid="FreeSql.ISelect`6.InsertInto*"></a>
|
|
<h4 id="FreeSql_ISelect_6_InsertInto__1_System_String_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.InsertInto``1(System.String,System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">InsertInto<TTargetEntity>(String, Expression<Func<T1, T2, T3, T4, T5, T6, TTargetEntity>>)</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">int InsertInto<TTargetEntity>(string tableName, Expression<Func<T1, T2, T3, T4, T5, T6, TTargetEntity>> select)
|
|
where TTargetEntity : class</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">tableName</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TTargetEntity>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Int32</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TTargetEntity</span></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_ISelect_6_InsertInto__1_System_String_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.InsertInto%60%601(System.String%2CSystem.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L563">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_InsertInto_" data-uid="FreeSql.ISelect`6.InsertInto*"></a>
|
|
<h4 id="FreeSql_ISelect_6_InsertInto__1_System_String_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.InsertInto``1(System.String,System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">InsertInto<TTargetEntity>(String, Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TTargetEntity>>)</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">int InsertInto<TTargetEntity>(string tableName, Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TTargetEntity>> select)
|
|
where TTargetEntity : class</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">tableName</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TTargetEntity>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Int32</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TTargetEntity</span></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_ISelect_6_InsertIntoAsync__1_System_String_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.InsertIntoAsync%60%601(System.String%2CSystem.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L490">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_InsertIntoAsync_" data-uid="FreeSql.ISelect`6.InsertIntoAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_InsertIntoAsync__1_System_String_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.InsertIntoAsync``1(System.String,System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},System.Threading.CancellationToken)">InsertIntoAsync<TTargetEntity>(String, Expression<Func<T1, T2, T3, T4, T5, T6, TTargetEntity>>, CancellationToken)</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">Task<int> InsertIntoAsync<TTargetEntity>(string tableName, Expression<Func<T1, T2, T3, T4, T5, T6, TTargetEntity>> select, CancellationToken cancellationToken = default(CancellationToken))
|
|
where TTargetEntity : class</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">tableName</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TTargetEntity>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Int32</span>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TTargetEntity</span></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_ISelect_6_InsertIntoAsync__1_System_String_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.InsertIntoAsync%60%601(System.String%2CSystem.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L508">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_InsertIntoAsync_" data-uid="FreeSql.ISelect`6.InsertIntoAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_InsertIntoAsync__1_System_String_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.InsertIntoAsync``1(System.String,System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},System.Threading.CancellationToken)">InsertIntoAsync<TTargetEntity>(String, Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TTargetEntity>>, CancellationToken)</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">Task<int> InsertIntoAsync<TTargetEntity>(string tableName, Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TTargetEntity>> select, CancellationToken cancellationToken = default(CancellationToken))
|
|
where TTargetEntity : class</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">tableName</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TTargetEntity>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Int32</span>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TTargetEntity</span></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_ISelect_6_LeftJoin_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.LeftJoin(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L543">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_LeftJoin_" data-uid="FreeSql.ISelect`6.LeftJoin*"></a>
|
|
<h4 id="FreeSql_ISelect_6_LeftJoin_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___" data-uid="FreeSql.ISelect`6.LeftJoin(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,System.Boolean}})">LeftJoin(Expression<Func<T1, T2, T3, T4, T5, T6, Boolean>>)</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">ISelect<T1, T2, T3, T4, T5, T6> LeftJoin(Expression<Func<T1, T2, T3, T4, T5, T6, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></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_ISelect_6_LeftJoin_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.LeftJoin(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L577">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_LeftJoin_" data-uid="FreeSql.ISelect`6.LeftJoin*"></a>
|
|
<h4 id="FreeSql_ISelect_6_LeftJoin_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___" data-uid="FreeSql.ISelect`6.LeftJoin(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},System.Boolean}})">LeftJoin(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, Boolean>>)</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">ISelect<T1, T2, T3, T4, T5, T6> LeftJoin(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></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_ISelect_6_Max__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Max%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L540">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Max_" data-uid="FreeSql.ISelect`6.Max*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Max__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.Max``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">Max<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>>)</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">TMember Max<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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">TMember</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_Max__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Max%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L574">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Max_" data-uid="FreeSql.ISelect`6.Max*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Max__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.Max``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">Max<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>>)</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">TMember Max<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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">TMember</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_MaxAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.MaxAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L502">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_MaxAsync_" data-uid="FreeSql.ISelect`6.MaxAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_MaxAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.MaxAsync``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},System.Threading.CancellationToken)">MaxAsync<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>>, CancellationToken)</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">Task<TMember> MaxAsync<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>> column, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><TMember></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_MaxAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.MaxAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L517">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_MaxAsync_" data-uid="FreeSql.ISelect`6.MaxAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_MaxAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.MaxAsync``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},System.Threading.CancellationToken)">MaxAsync<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>>, CancellationToken)</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">Task<TMember> MaxAsync<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>> column, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><TMember></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_Min__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Min%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L539">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Min_" data-uid="FreeSql.ISelect`6.Min*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Min__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.Min``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">Min<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>>)</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">TMember Min<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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">TMember</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_Min__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Min%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L573">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Min_" data-uid="FreeSql.ISelect`6.Min*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Min__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.Min``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">Min<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>>)</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">TMember Min<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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">TMember</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_MinAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.MinAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L501">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_MinAsync_" data-uid="FreeSql.ISelect`6.MinAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_MinAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.MinAsync``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},System.Threading.CancellationToken)">MinAsync<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>>, CancellationToken)</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">Task<TMember> MinAsync<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>> column, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><TMember></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_MinAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.MinAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L516">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_MinAsync_" data-uid="FreeSql.ISelect`6.MinAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_MinAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.MinAsync``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},System.Threading.CancellationToken)">MinAsync<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>>, CancellationToken)</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">Task<TMember> MinAsync<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>> column, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><TMember></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_OrderBy__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.OrderBy%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L552">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_OrderBy_" data-uid="FreeSql.ISelect`6.OrderBy*"></a>
|
|
<h4 id="FreeSql_ISelect_6_OrderBy__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.OrderBy``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">OrderBy<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>>)</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">ISelect<T1, T2, T3, T4, T5, T6> OrderBy<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_OrderBy__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.OrderBy%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L586">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_OrderBy_" data-uid="FreeSql.ISelect`6.OrderBy*"></a>
|
|
<h4 id="FreeSql_ISelect_6_OrderBy__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.OrderBy``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">OrderBy<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>>)</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">ISelect<T1, T2, T3, T4, T5, T6> OrderBy<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_OrderByDescending__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.OrderByDescending%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L553">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_OrderByDescending_" data-uid="FreeSql.ISelect`6.OrderByDescending*"></a>
|
|
<h4 id="FreeSql_ISelect_6_OrderByDescending__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.OrderByDescending``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">OrderByDescending<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>>)</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">ISelect<T1, T2, T3, T4, T5, T6> OrderByDescending<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_OrderByDescending__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.OrderByDescending%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L587">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_OrderByDescending_" data-uid="FreeSql.ISelect`6.OrderByDescending*"></a>
|
|
<h4 id="FreeSql_ISelect_6_OrderByDescending__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.OrderByDescending``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">OrderByDescending<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>>)</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">ISelect<T1, T2, T3, T4, T5, T6> OrderByDescending<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_OrderByIf__1_System_Boolean_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Boolean_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.OrderByIf%60%601(System.Boolean%2CSystem.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CSystem.Boolean)%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/Curd/ISelect/ISelect2`16.cs/#L554">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_OrderByIf_" data-uid="FreeSql.ISelect`6.OrderByIf*"></a>
|
|
<h4 id="FreeSql_ISelect_6_OrderByIf__1_System_Boolean_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Boolean_" data-uid="FreeSql.ISelect`6.OrderByIf``1(System.Boolean,System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},System.Boolean)">OrderByIf<TMember>(Boolean, Expression<Func<T1, T2, T3, T4, T5, T6, TMember>>, Boolean)</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">ISelect<T1, T2, T3, T4, T5, T6> OrderByIf<TMember>(bool condition, Expression<Func<T1, T2, T3, T4, T5, T6, TMember>> column, bool descending = false)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td><span class="parametername">condition</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td><span class="parametername">descending</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_OrderByIf__1_System_Boolean_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Boolean_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.OrderByIf%60%601(System.Boolean%2CSystem.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CSystem.Boolean)%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/Curd/ISelect/ISelect2`16.cs/#L588">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_OrderByIf_" data-uid="FreeSql.ISelect`6.OrderByIf*"></a>
|
|
<h4 id="FreeSql_ISelect_6_OrderByIf__1_System_Boolean_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Boolean_" data-uid="FreeSql.ISelect`6.OrderByIf``1(System.Boolean,System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},System.Boolean)">OrderByIf<TMember>(Boolean, Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>>, Boolean)</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">ISelect<T1, T2, T3, T4, T5, T6> OrderByIf<TMember>(bool condition, Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>> column, bool descending = false)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td><span class="parametername">condition</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td><span class="parametername">descending</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_RightJoin_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.RightJoin(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L545">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_RightJoin_" data-uid="FreeSql.ISelect`6.RightJoin*"></a>
|
|
<h4 id="FreeSql_ISelect_6_RightJoin_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___" data-uid="FreeSql.ISelect`6.RightJoin(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,System.Boolean}})">RightJoin(Expression<Func<T1, T2, T3, T4, T5, T6, Boolean>>)</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">ISelect<T1, T2, T3, T4, T5, T6> RightJoin(Expression<Func<T1, T2, T3, T4, T5, T6, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></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_ISelect_6_RightJoin_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.RightJoin(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L579">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_RightJoin_" data-uid="FreeSql.ISelect`6.RightJoin*"></a>
|
|
<h4 id="FreeSql_ISelect_6_RightJoin_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___" data-uid="FreeSql.ISelect`6.RightJoin(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},System.Boolean}})">RightJoin(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, Boolean>>)</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">ISelect<T1, T2, T3, T4, T5, T6> RightJoin(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></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_ISelect_6_Sum__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Sum%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L538">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Sum_" data-uid="FreeSql.ISelect`6.Sum*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Sum__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.Sum``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">Sum<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>>)</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">decimal Sum<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Decimal</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_Sum__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Sum%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L572">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Sum_" data-uid="FreeSql.ISelect`6.Sum*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Sum__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.Sum``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">Sum<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>>)</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">decimal Sum<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>> column)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Decimal</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_SumAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.SumAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L500">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_SumAsync_" data-uid="FreeSql.ISelect`6.SumAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_SumAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.SumAsync``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},System.Threading.CancellationToken)">SumAsync<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>>, CancellationToken)</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">Task<decimal> SumAsync<TMember>(Expression<Func<T1, T2, T3, T4, T5, T6, TMember>> column, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Decimal</span>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_SumAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.SumAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L515">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_SumAsync_" data-uid="FreeSql.ISelect`6.SumAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_SumAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.SumAsync``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},System.Threading.CancellationToken)">SumAsync<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>>, CancellationToken)</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">Task<decimal> SumAsync<TMember>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TMember>> column, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TMember>></td>
|
|
<td><span class="parametername">column</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Decimal</span>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TMember</span></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_ISelect_6_ToAggregate__1_System_Linq_Expressions_Expression_System_Func_FreeSql_ISelectGroupingAggregate__0__FreeSql_ISelectGroupingAggregate__1__FreeSql_ISelectGroupingAggregate__2__FreeSql_ISelectGroupingAggregate__3__FreeSql_ISelectGroupingAggregate__4__FreeSql_ISelectGroupingAggregate__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToAggregate%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.ISelectGroupingAggregate%7B%600%7D%2CFreeSql.ISelectGroupingAggregate%7B%601%7D%2CFreeSql.ISelectGroupingAggregate%7B%602%7D%2CFreeSql.ISelectGroupingAggregate%7B%603%7D%2CFreeSql.ISelectGroupingAggregate%7B%604%7D%2CFreeSql.ISelectGroupingAggregate%7B%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L536">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToAggregate_" data-uid="FreeSql.ISelect`6.ToAggregate*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToAggregate__1_System_Linq_Expressions_Expression_System_Func_FreeSql_ISelectGroupingAggregate__0__FreeSql_ISelectGroupingAggregate__1__FreeSql_ISelectGroupingAggregate__2__FreeSql_ISelectGroupingAggregate__3__FreeSql_ISelectGroupingAggregate__4__FreeSql_ISelectGroupingAggregate__5____0___" data-uid="FreeSql.ISelect`6.ToAggregate``1(System.Linq.Expressions.Expression{System.Func{FreeSql.ISelectGroupingAggregate{`0},FreeSql.ISelectGroupingAggregate{`1},FreeSql.ISelectGroupingAggregate{`2},FreeSql.ISelectGroupingAggregate{`3},FreeSql.ISelectGroupingAggregate{`4},FreeSql.ISelectGroupingAggregate{`5},``0}})">ToAggregate<TReturn>(Expression<Func<ISelectGroupingAggregate<T1>, ISelectGroupingAggregate<T2>, ISelectGroupingAggregate<T3>, ISelectGroupingAggregate<T4>, ISelectGroupingAggregate<T5>, ISelectGroupingAggregate<T6>, TReturn>>)</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">TReturn ToAggregate<TReturn>(Expression<Func<ISelectGroupingAggregate<T1>, ISelectGroupingAggregate<T2>, ISelectGroupingAggregate<T3>, ISelectGroupingAggregate<T4>, ISelectGroupingAggregate<T5>, ISelectGroupingAggregate<T6>, TReturn>> select)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T1>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T2>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T3>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T4>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T5>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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">TReturn</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToAggregateAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_ISelectGroupingAggregate__0__FreeSql_ISelectGroupingAggregate__1__FreeSql_ISelectGroupingAggregate__2__FreeSql_ISelectGroupingAggregate__3__FreeSql_ISelectGroupingAggregate__4__FreeSql_ISelectGroupingAggregate__5____0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToAggregateAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.ISelectGroupingAggregate%7B%600%7D%2CFreeSql.ISelectGroupingAggregate%7B%601%7D%2CFreeSql.ISelectGroupingAggregate%7B%602%7D%2CFreeSql.ISelectGroupingAggregate%7B%603%7D%2CFreeSql.ISelectGroupingAggregate%7B%604%7D%2CFreeSql.ISelectGroupingAggregate%7B%605%7D%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L499">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToAggregateAsync_" data-uid="FreeSql.ISelect`6.ToAggregateAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToAggregateAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_ISelectGroupingAggregate__0__FreeSql_ISelectGroupingAggregate__1__FreeSql_ISelectGroupingAggregate__2__FreeSql_ISelectGroupingAggregate__3__FreeSql_ISelectGroupingAggregate__4__FreeSql_ISelectGroupingAggregate__5____0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.ToAggregateAsync``1(System.Linq.Expressions.Expression{System.Func{FreeSql.ISelectGroupingAggregate{`0},FreeSql.ISelectGroupingAggregate{`1},FreeSql.ISelectGroupingAggregate{`2},FreeSql.ISelectGroupingAggregate{`3},FreeSql.ISelectGroupingAggregate{`4},FreeSql.ISelectGroupingAggregate{`5},``0}},System.Threading.CancellationToken)">ToAggregateAsync<TReturn>(Expression<Func<ISelectGroupingAggregate<T1>, ISelectGroupingAggregate<T2>, ISelectGroupingAggregate<T3>, ISelectGroupingAggregate<T4>, ISelectGroupingAggregate<T5>, ISelectGroupingAggregate<T6>, TReturn>>, CancellationToken)</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">Task<TReturn> ToAggregateAsync<TReturn>(Expression<Func<ISelectGroupingAggregate<T1>, ISelectGroupingAggregate<T2>, ISelectGroupingAggregate<T3>, ISelectGroupingAggregate<T4>, ISelectGroupingAggregate<T5>, ISelectGroupingAggregate<T6>, TReturn>> select, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T1>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T2>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T3>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T4>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T5>, <a class="xref" href="FreeSql.ISelectGroupingAggregate-1.html">ISelectGroupingAggregate</a><T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><TReturn></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToChunk__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Int32_System_Action_FreeSql_Internal_Model_FetchCallbackArgs_System_Collections_Generic_List___0____.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToChunk%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CSystem.Int32%2CSystem.Action%7BFreeSql.Internal.Model.FetchCallbackArgs%7BSystem.Collections.Generic.List%7B%60%600%7D%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L529">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToChunk_" data-uid="FreeSql.ISelect`6.ToChunk*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToChunk__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Int32_System_Action_FreeSql_Internal_Model_FetchCallbackArgs_System_Collections_Generic_List___0____" data-uid="FreeSql.ISelect`6.ToChunk``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},System.Int32,System.Action{FreeSql.Internal.Model.FetchCallbackArgs{System.Collections.Generic.List{``0}}})">ToChunk<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>>, Int32, Action<FetchCallbackArgs<List<TReturn>>>)</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">void ToChunk<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>> select, int size, Action<FetchCallbackArgs<List<TReturn>>> done)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">size</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Action</span><<a class="xref" href="FreeSql.Internal.Model.FetchCallbackArgs-1.html">FetchCallbackArgs</a><<span class="xref">System.Collections.Generic.List</span><TReturn>>></td>
|
|
<td><span class="parametername">done</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToChunk__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Int32_System_Action_FreeSql_Internal_Model_FetchCallbackArgs_System_Collections_Generic_List___0____.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToChunk%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CSystem.Int32%2CSystem.Action%7BFreeSql.Internal.Model.FetchCallbackArgs%7BSystem.Collections.Generic.List%7B%60%600%7D%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L566">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToChunk_" data-uid="FreeSql.ISelect`6.ToChunk*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToChunk__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Int32_System_Action_FreeSql_Internal_Model_FetchCallbackArgs_System_Collections_Generic_List___0____" data-uid="FreeSql.ISelect`6.ToChunk``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},System.Int32,System.Action{FreeSql.Internal.Model.FetchCallbackArgs{System.Collections.Generic.List{``0}}})">ToChunk<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>>, Int32, Action<FetchCallbackArgs<List<TReturn>>>)</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">void ToChunk<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>> select, int size, Action<FetchCallbackArgs<List<TReturn>>> done)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td><span class="parametername">size</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Action</span><<a class="xref" href="FreeSql.Internal.Model.FetchCallbackArgs-1.html">FetchCallbackArgs</a><<span class="xref">System.Collections.Generic.List</span><TReturn>>></td>
|
|
<td><span class="parametername">done</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToDataTable__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToDataTable%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L526">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToDataTable_" data-uid="FreeSql.ISelect`6.ToDataTable*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToDataTable__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.ToDataTable``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">ToDataTable<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>>)</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">DataTable ToDataTable<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>> select)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Data.DataTable</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToDataTable__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToDataTable%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L564">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToDataTable_" data-uid="FreeSql.ISelect`6.ToDataTable*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToDataTable__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.ToDataTable``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">ToDataTable<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>>)</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">DataTable ToDataTable<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>> select)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Data.DataTable</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToDataTableAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToDataTableAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L491">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToDataTableAsync_" data-uid="FreeSql.ISelect`6.ToDataTableAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToDataTableAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.ToDataTableAsync``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},System.Threading.CancellationToken)">ToDataTableAsync<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>>, CancellationToken)</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">Task<DataTable> ToDataTableAsync<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>> select, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Data.DataTable</span>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToDataTableAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToDataTableAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L509">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToDataTableAsync_" data-uid="FreeSql.ISelect`6.ToDataTableAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToDataTableAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.ToDataTableAsync``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},System.Threading.CancellationToken)">ToDataTableAsync<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>>, CancellationToken)</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">Task<DataTable> ToDataTableAsync<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>> select, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Data.DataTable</span>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToList__1.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToList%60%601%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/Curd/ISelect/ISelect2`16.cs/#L528">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToList_" data-uid="FreeSql.ISelect`6.ToList*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToList__1" data-uid="FreeSql.ISelect`6.ToList``1">ToList<TDto>()</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">List<TDto> ToList<TDto>()</code></pre>
|
|
</div>
|
|
<h5 class="returns">Returns</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.Collections.Generic.List</span><TDto></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TDto</span></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_ISelect_6_ToList__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToList%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L527">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToList_" data-uid="FreeSql.ISelect`6.ToList*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToList__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.ToList``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">ToList<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>>)</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">List<TReturn> ToList<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>> select)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Collections.Generic.List</span><TReturn></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToList__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToList%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L565">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToList_" data-uid="FreeSql.ISelect`6.ToList*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToList__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.ToList``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">ToList<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>>)</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">List<TReturn> ToList<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>> select)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Collections.Generic.List</span><TReturn></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToListAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToListAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L492">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToListAsync_" data-uid="FreeSql.ISelect`6.ToListAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToListAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.ToListAsync``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},System.Threading.CancellationToken)">ToListAsync<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>>, CancellationToken)</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">Task<List<TReturn>> ToListAsync<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>> select, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Collections.Generic.List</span><TReturn>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToListAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToListAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L510">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToListAsync_" data-uid="FreeSql.ISelect`6.ToListAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToListAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.ToListAsync``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},System.Threading.CancellationToken)">ToListAsync<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>>, CancellationToken)</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">Task<List<TReturn>> ToListAsync<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>> select, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Collections.Generic.List</span><TReturn>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToListAsync__1_System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToListAsync%60%601(System.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L493">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToListAsync_" data-uid="FreeSql.ISelect`6.ToListAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToListAsync__1_System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.ToListAsync``1(System.Threading.CancellationToken)">ToListAsync<TDto>(CancellationToken)</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">Task<List<TDto>> ToListAsync<TDto>(CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><<span class="xref">System.Collections.Generic.List</span><TDto>></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TDto</span></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_ISelect_6_ToOne__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToOne%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L531">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToOne_" data-uid="FreeSql.ISelect`6.ToOne*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToOne__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.ToOne``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">ToOne<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>>)</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">TReturn ToOne<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>> select)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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">TReturn</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToOne__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToOne%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L568">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToOne_" data-uid="FreeSql.ISelect`6.ToOne*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToOne__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.ToOne``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">ToOne<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>>)</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">TReturn ToOne<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>> select)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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">TReturn</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToOneAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToOneAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L495">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToOneAsync_" data-uid="FreeSql.ISelect`6.ToOneAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToOneAsync__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.ToOneAsync``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},System.Threading.CancellationToken)">ToOneAsync<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>>, CancellationToken)</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">Task<TReturn> ToOneAsync<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>> select, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><TReturn></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToOneAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToOneAsync%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CSystem.Threading.CancellationToken)%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/Curd/ISelect/ISelect2`16.cs/#L512">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToOneAsync_" data-uid="FreeSql.ISelect`6.ToOneAsync*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToOneAsync__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___System_Threading_CancellationToken_" data-uid="FreeSql.ISelect`6.ToOneAsync``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},System.Threading.CancellationToken)">ToOneAsync<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>>, CancellationToken)</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">Task<TReturn> ToOneAsync<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>> select, CancellationToken cancellationToken = default(CancellationToken))</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Threading.CancellationToken</span></td>
|
|
<td><span class="parametername">cancellationToken</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.Threading.Tasks.Task</span><TReturn></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToSql__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___FreeSql_FieldAliasOptions_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToSql%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D%2CFreeSql.FieldAliasOptions)%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/Curd/ISelect/ISelect2`16.cs/#L535">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToSql_" data-uid="FreeSql.ISelect`6.ToSql*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToSql__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___FreeSql_FieldAliasOptions_" data-uid="FreeSql.ISelect`6.ToSql``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}},FreeSql.FieldAliasOptions)">ToSql<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>>, FieldAliasOptions)</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">string ToSql<TReturn>(Expression<Func<T1, T2, T3, T4, T5, T6, TReturn>> select, FieldAliasOptions fieldAlias = FieldAliasOptions.AsIndex)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.FieldAliasOptions.html">FieldAliasOptions</a></td>
|
|
<td><span class="parametername">fieldAlias</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.String</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_ToSql__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___FreeSql_FieldAliasOptions_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.ToSql%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D%2CFreeSql.FieldAliasOptions)%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/Curd/ISelect/ISelect2`16.cs/#L571">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_ToSql_" data-uid="FreeSql.ISelect`6.ToSql*"></a>
|
|
<h4 id="FreeSql_ISelect_6_ToSql__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___FreeSql_FieldAliasOptions_" data-uid="FreeSql.ISelect`6.ToSql``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}},FreeSql.FieldAliasOptions)">ToSql<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>>, FieldAliasOptions)</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">string ToSql<TReturn>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TReturn>> select, FieldAliasOptions fieldAlias = FieldAliasOptions.AsIndex)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TReturn>></td>
|
|
<td><span class="parametername">select</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.FieldAliasOptions.html">FieldAliasOptions</a></td>
|
|
<td><span class="parametername">fieldAlias</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</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.String</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TReturn</span></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_ISelect_6_Where_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Where(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L547">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Where_" data-uid="FreeSql.ISelect`6.Where*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Where_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___" data-uid="FreeSql.ISelect`6.Where(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,System.Boolean}})">Where(Expression<Func<T1, T2, T3, T4, T5, T6, Boolean>>)</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">ISelect<T1, T2, T3, T4, T5, T6> Where(Expression<Func<T1, T2, T3, T4, T5, T6, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></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_ISelect_6_Where_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.Where(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L581">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_Where_" data-uid="FreeSql.ISelect`6.Where*"></a>
|
|
<h4 id="FreeSql_ISelect_6_Where_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___" data-uid="FreeSql.ISelect`6.Where(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},System.Boolean}})">Where(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, Boolean>>)</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">ISelect<T1, T2, T3, T4, T5, T6> Where(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></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_ISelect_6_WhereIf_System_Boolean_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.WhereIf(System.Boolean%2CSystem.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L548">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_WhereIf_" data-uid="FreeSql.ISelect`6.WhereIf*"></a>
|
|
<h4 id="FreeSql_ISelect_6_WhereIf_System_Boolean_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5_System_Boolean___" data-uid="FreeSql.ISelect`6.WhereIf(System.Boolean,System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,System.Boolean}})">WhereIf(Boolean, Expression<Func<T1, T2, T3, T4, T5, T6, Boolean>>)</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">ISelect<T1, T2, T3, T4, T5, T6> WhereIf(bool condition, Expression<Func<T1, T2, T3, T4, T5, T6, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td><span class="parametername">condition</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></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_ISelect_6_WhereIf_System_Boolean_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.WhereIf(System.Boolean%2CSystem.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2CSystem.Boolean%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L582">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_WhereIf_" data-uid="FreeSql.ISelect`6.WhereIf*"></a>
|
|
<h4 id="FreeSql_ISelect_6_WhereIf_System_Boolean_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5__System_Boolean___" data-uid="FreeSql.ISelect`6.WhereIf(System.Boolean,System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},System.Boolean}})">WhereIf(Boolean, Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, Boolean>>)</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">ISelect<T1, T2, T3, T4, T5, T6> WhereIf(bool condition, Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, bool>> exp)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td><span class="parametername">condition</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, <span class="xref">System.Boolean</span>>></td>
|
|
<td><span class="parametername">exp</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></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_ISelect_6_WithSql_System_String_System_String_System_String_System_String_System_String_System_String_System_Object_.md&value=---%0Auid%3A%20FreeSql.ISelect%606.WithSql(System.String%2CSystem.String%2CSystem.String%2CSystem.String%2CSystem.String%2CSystem.String%2CSystem.Object)%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/Curd/ISelect/ISelect2`16.cs/#L556">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_WithSql_" data-uid="FreeSql.ISelect`6.WithSql*"></a>
|
|
<h4 id="FreeSql_ISelect_6_WithSql_System_String_System_String_System_String_System_String_System_String_System_String_System_Object_" data-uid="FreeSql.ISelect`6.WithSql(System.String,System.String,System.String,System.String,System.String,System.String,System.Object)">WithSql(String, String, String, String, String, String, Object)</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">ISelect<T1, T2, T3, T4, T5, T6> WithSql(string sqlT1, string sqlT2, string sqlT3, string sqlT4, string sqlT5, string sqlT6, object parms = null)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">sqlT1</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">sqlT2</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">sqlT3</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">sqlT4</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">sqlT5</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">sqlT6</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Object</span></td>
|
|
<td><span class="parametername">parms</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-6.html">ISelect</a><T1, T2, T3, T4, T5, T6></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_ISelect_6_WithTempQuery__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.WithTempQuery%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L558">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_WithTempQuery_" data-uid="FreeSql.ISelect`6.WithTempQuery*"></a>
|
|
<h4 id="FreeSql_ISelect_6_WithTempQuery__1_System_Linq_Expressions_Expression_System_Func__0__1__2__3__4__5___0___" data-uid="FreeSql.ISelect`6.WithTempQuery``1(System.Linq.Expressions.Expression{System.Func{`0,`1,`2,`3,`4,`5,``0}})">WithTempQuery<TDto>(Expression<Func<T1, T2, T3, T4, T5, T6, TDto>>)</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">ISelect<TDto> WithTempQuery<TDto>(Expression<Func<T1, T2, T3, T4, T5, T6, TDto>> selector)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><T1, T2, T3, T4, T5, T6, TDto>></td>
|
|
<td><span class="parametername">selector</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-1.html">ISelect</a><TDto></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TDto</span></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_ISelect_6_WithTempQuery__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___.md&value=---%0Auid%3A%20FreeSql.ISelect%606.WithTempQuery%60%601(System.Linq.Expressions.Expression%7BSystem.Func%7BFreeSql.Internal.Model.HzyTuple%7B%600%2C%601%2C%602%2C%603%2C%604%2C%605%7D%2C%60%600%7D%7D)%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/Curd/ISelect/ISelect2`16.cs/#L590">View Source</a>
|
|
</span>
|
|
<a id="FreeSql_ISelect_6_WithTempQuery_" data-uid="FreeSql.ISelect`6.WithTempQuery*"></a>
|
|
<h4 id="FreeSql_ISelect_6_WithTempQuery__1_System_Linq_Expressions_Expression_System_Func_FreeSql_Internal_Model_HzyTuple__0__1__2__3__4__5____0___" data-uid="FreeSql.ISelect`6.WithTempQuery``1(System.Linq.Expressions.Expression{System.Func{FreeSql.Internal.Model.HzyTuple{`0,`1,`2,`3,`4,`5},``0}})">WithTempQuery<TDto>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TDto>>)</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">ISelect<TDto> WithTempQuery<TDto>(Expression<Func<HzyTuple<T1, T2, T3, T4, T5, T6>, TDto>> selector)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Linq.Expressions.Expression</span><<span class="xref">System.Func</span><<a class="xref" href="FreeSql.Internal.Model.HzyTuple-6.html">HzyTuple</a><T1, T2, T3, T4, T5, T6>, TDto>></td>
|
|
<td><span class="parametername">selector</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FreeSql.ISelect-1.html">ISelect</a><TDto></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="typeParameters">Type Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="parametername">TDto</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 id="extensionmethods">Extension Methods</h3>
|
|
<div>
|
|
<span class="xref">FreeSqlGlobalExtensions.OrderByRandom<TSelect, T1>(FreeSql.ISelect0<TSelect, T1>)</span>
|
|
</div>
|
|
</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_ISelect_6.md&value=---%0Auid%3A%20FreeSql.ISelect%606%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/Curd/ISelect/ISelect2`16.cs/#L484" 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>
|