コード例 #1
0
        internal string MapSqlCriteria(Dictionary <string, string> propertyMappings)
        {
            if (PropertyName.IsEmpty() || PropertyName == "N/A")
            {
                return(SqlCriteria);
            }

            return(SqlCriteria.Replace($"${{{{{PropertyName}}}}}", propertyMappings[PropertyName]));
        }