Widgetsphere.Generator.ProjectItemGenerators.SQLStoredProcedureAll.SQLSelectComponentByPrimaryKeyTemplate.SQLSelectComponentByPrimaryKeyTemplate C# (CSharp) 메소드

SQLSelectComponentByPrimaryKeyTemplate() 공개 메소드

public SQLSelectComponentByPrimaryKeyTemplate ( ModelRoot model, TableComponent currentComponent ) : System
model ModelRoot
currentComponent TableComponent
리턴 System
		public SQLSelectComponentByPrimaryKeyTemplate(ModelRoot model, TableComponent currentComponent)
		{
			_model = model;
			_currentComponent = currentComponent;
		}
		#endregion ehulk1