|
Hello, I am wondering if there is a way to get a unary
condition tag to insert prepend text without having any text in the actual
unary tag. I.E. <select id="Address.Search" resultMap=" Address.SelectResults" parameterMap=" Address.SearchParameterMap"> SELECT
* FROM Address <dynamic prepend="a INNER JOIN Person p ON a.PersonID = p.PersonID"> <isNotNull property="PersonName"> </isNotNull> </dynamic> I’ve
noticed if I add some text to the isNotNull tag, then the prepended INNER JOIN
statement gets added, without text unfortunately it doesn’t. Thanks. |
- Using Unary condition elements to add prepended statements w... Nick Riebeek

