⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 identifiergeneratinginsert.cs

📁 NHibernate NET开发者所需的
💻 CS
字号:
using NHibernate.Engine;
using NHibernate.SqlCommand;

namespace NHibernate.Id.Insert
{
	/// <summary> 
	/// Nothing more than a distinguishing subclass of Insert used to indicate
	/// intent.  
	/// Some subclasses of this also provided some additional
	/// functionality or semantic to the genernated SQL statement string.
	///  </summary>
	public class IdentifierGeneratingInsert : SqlInsertBuilder
	{
		public IdentifierGeneratingInsert(ISessionFactoryImplementor factory) : base(factory) { }
	}
}

⌨️ 快捷键说明

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