Widgetsphere.Generator.ProjectItemGenerators.SQLStoredProcedureAll.SQLSelectComponentByPrimaryKeyTemplate.SQLSelectComponentByPrimaryKeyTemplate C# (CSharp) Method

SQLSelectComponentByPrimaryKeyTemplate() public method

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