SelectedValue 搜索条件 - AddIQueryItemSearchSelectedValue +

2017-02-19 11:02:29  访问(1509) 赞(0) 踩(0)


        /// <summary>
        /// SelectedValue 搜索条件 - AddIQueryItemSearchSelectedValue +
        /// </summary>
        /// <param name="_info"></param>
        /// <param name="theValue"></param>
        public void AddIQueryItemSearchSelectedValue
            (
                EntityFieldInfo _info,
                string theValue
            )
        {
            if (theValue == null || theValue.Length == 0)
                return;

            m_ListIQueryItem.Add
                (
                    new DataColumnQueryItem
                        (
                            _info,
                            SlowX.Core.Enums.SqlLink.EmSqlLink.Equal,
                            theValue
                        )
                );
        }


标签:SelectedValue 搜索条件 - AddIQueryItemSearchSelectedValue + 

上一条:

下一条:


 

相关评论

评论加载中……
 

发表评论

类型:
内容:
  (Alt+Enter)
 
  ┈全部┈  
 
(显示默认分类)