Silverlight : Binding a WebContext User Property to a DomainQueryParameter
In Domain Data Source if you want to send a parameter to the Query the simplest way to do this would be {Binding Path=User.Proper, Source={StaticResource WebContext}} Example:…