class.format
来自「客户关系管理系统ASP.NET+VB.NET编程完整程序!」· FORMAT 代码 · 共 45 行
FORMAT
45 行
//------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------
using System;
using System.Collections;
using OrmLib;
namespace {0}
{
/// <summary>
/// Offers a way to map join paths from the table you wish to fetch,
/// to the table whose criteria you wish to constrain.
/// <seealso cref="DataManager"/>
/// </summary>
/// <remarks>
/// This custom extended enumerator type is only used by the <see cref="DataManager"/>.
/// </remarks>
public class JoinPath
{
private JoinPath(){}
{1}
/// <summary>
/// Internal class - do not instantiate directly. See <see cref="JoinPath"/>.
/// </summary>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class _
{
private _(){}
{2}
{3}
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?