📄 class.format
字号:
//------------------------------------------------------------------------------
// <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>
/// Specify the tables that need to be fetched.
/// </summary>
/// <remarks>
/// This is a custom class type that should be used as an extended enumerator.
/// It is designed as a tree of enumerators.
/// It is to be used to map out the path to take through relationships to
/// retrieve related tables.
/// </remarks>
public class FetchPath
{
private FetchPath(){}
{1}
/// <summary>
/// Internal class - do not instantiate directly. See <see cref="FetchPath"/>.
/// </summary>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class _
{
private _(){}
{2}
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -