查询显示模式 - InitIQueryItemWithShow
2017-02-19 10:08:21 访问(1528) 赞(0) 踩(0)
/// <summary>
/// 查询显示模式
/// </summary>
public void InitIQueryItemWithShow()
{
List<WhereItemParams> theList
=
m_baseTableAttributeValue.GetListWhereItemParams
(
Enums.WhereModel.EmWhereModel.显示
);
if (theList == null || theList.Count == 0)
return;
foreach (WhereItemParams info in theList)
{
m_ListIQueryItem.Add
(
new DataColumnQueryItem
(
GetExistEntityFieldInfo(info.entityFieldInfoName),
info.emSqlLink,
info.theValue
)
);
}
}
标签:
查询显示模式 - InitIQueryItemWithShow 


上一条:
下一条:
相关评论
发表评论