Example #1
0
        private static IList <ReportParameter> Map(this ReportParameterSetEntity entity)
        {
            var list = new List <ReportParameter>();

            list.AddRange(from e in entity.ReportParameterEntities select e.Map());
            return(list);
        }
Example #2
0
 partial void DeleteReportParameterSetEntity(ReportParameterSetEntity instance);
Example #3
0
 partial void InsertReportParameterSetEntity(ReportParameterSetEntity instance);