Problem with nullable types in Biztalk

Home Page Forums BizTalk 2004 – BizTalk 2010 Problem with nullable types in Biztalk

Viewing 1 reply thread
  • Author
    Posts
    • #25752

      similar problem to someone else too..

      In the Expression Editor I am unable to assign a value to a object that is
      System.Nullable`1. For example, when attempting to assign a DateTime to the
      object, I get the message “cannot implictly convert type ‘System.DateTime’
      to ‘System.Nullable`1′”.
      Of course, I can not cast it, either.

      How do you deal with Nullable message propertiesin BizTalk 2009

       

      Thanks

      AK

    • #25777

      Hi AK,

      did u try setting the value member?

      for example: if the nullable variable name is X, try setting:

      X.value = TheDateTimeValue;

       

      Rgds,

      Mike

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.