Example #1
0
        internal static System.Collections.Generic.IList <GTP.PortalDataService.WorkFlow.Entities.XXFBPoco> SelectXXFBtInfo(String columnCode, string dsName = "default")
        {
            ISqlStatementExecutor        executor = NamedSqlUtils.GetExecutor(dsName, "GTP.PortalDataService.WorkFlow.XMHNamedSql.SelectXXFBtInfo");
            IDictionary <string, object> dict     = new Dictionary <string, object>();

            #region -----构造Dictionary-----
            dict.Add("columnCode", columnCode);
            #endregion
            return(executor.QueryForList <GTP.PortalDataService.WorkFlow.Entities.XXFBPoco>(dict));
        }