properties.format

来自「客户关系管理系统ASP.NET+VB.NET编程完整程序!」· FORMAT 代码 · 共 9 行

FORMAT
9
字号
		/// <summary>
		/// Start the fetch from {0} 
		/// </summary>
		/// <remarks>
		/// The FetchPath must start at the root table being fetched.
		/// i.e the DataManager.Get&lt;TableName1&gt;() and The FetchPath.&lt;TableName1&gt;.&lt;more tables&gt;.... should match
		/// </remarks>
		public static FetchPath._.{0}Relation {0}{ get { return new FetchPath._.{0}Relation(new ArrayList(), "{0}"); } } 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?