Uploaded image for project: 'S2Dao.NET'
  1. S2Dao.NET
  2. DAONET-64

S2PagerでVB.NET経由の呼び出しに対応する

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 1.3.3
    • Affects Version/s: 1.3.2
    • Component/s: S2Dao.NET
    • None

      下記の例のように、S2Pagerの機能をVB.NETから呼び出すとPagingParameterDefinitionException例外が発生する

      ■Dao
      <Pager()> _
      Function GetAllInfomation(ByVal limit As Integer, ByVal offset As Integer, ByRef count As Integer) As Information()

      ■Logic
      Dim limit As Integer = 10
      Dim offset As Integer = 20
      Dim count As Integer = 0
      Dim infoList As Information() = informationDao.GetAllInfomation(limit, offset, count)

            Assignee:
            rmiyax rmiyax
            Reporter:
            rmiyax rmiyax
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: