ISNULL property

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vishnu Kumar Tiwari

    ISNULL property

    HI
    I need to do one devision in xsd.
    let suppose the propert names are a and b.
    How should I write the expression.

    --
    Vishnu
  • Kevin Yu [MSFT]

    #2
    RE: ISNULL property

    Hi Vishnu,

    I'm not quite sure what you mean by doing devision in xsd. Because XSD is a
    schema of Xml, I don't think we need to do devision in it. Also there is no
    ISNULL checking in XSD. You can use minOccur or maxOccur to control the
    times that an element appear.

    If you can tell me what you're going to do, maybe I can find a workaround
    for you.

    Kevin Yu
    Microsoft Online Community Support
    =============== =============== =============== =====

    (This posting is provided "AS IS", with no warranties, and confers no
    rights.)

    Comment

    • Vishnu Kumar Tiwari

      #3
      RE: ISNULL property

      After getting the result of SP I need to assign that to dataset(xsd). In xsd
      by using these dataset fields I need to do some calculation.
      How should I proceed for the same.
      --
      Vishnu


      "Kevin Yu [MSFT]" wrote:
      Hi Vishnu,
      >
      I'm not quite sure what you mean by doing devision in xsd. Because XSD is a
      schema of Xml, I don't think we need to do devision in it. Also there is no
      ISNULL checking in XSD. You can use minOccur or maxOccur to control the
      times that an element appear.
      >
      If you can tell me what you're going to do, maybe I can find a workaround
      for you.
      >
      Kevin Yu
      Microsoft Online Community Support
      =============== =============== =============== =====
      >
      (This posting is provided "AS IS", with no warranties, and confers no
      rights.)
      >
      >

      Comment

      • Kevin Yu [MSFT]

        #4
        RE: ISNULL property

        Hi Vishnu,

        I can catch your meaning now. The ISNULL and IIF are syntax in DataColumn
        expressions. I have posted a reply on your another thread in csharp
        newsgroup, please check it let me know which value gives the divide by 0
        error. Thank you!

        Kevin Yu
        Microsoft Online Community Support
        =============== =============== =============== =====

        (This posting is provided "AS IS", with no warranties, and confers no
        rights.)

        Comment

        Working...