Show / Hide Table of Contents

    JSON File: ExportJson2.json

    {
      "identity": "70c86603-983b-4bd9-adbc-259436e43cbd",
      "version": 1.0,
      "platform": "C#",
      "mapping-method": 0,
      "dataobject": {
        "name": "d_course",
        "meta-columns": [
          {
            "name": "Courseid",
            "index": 0,
            "datatype": "System.Int32",
            "nullable": 0
          },
          {
            "name": "Title",
            "index": 1,
            "datatype": "System.String",
            "nullable": 0
          },
          {
            "name": "Credits",
            "index": 2,
            "datatype": "System.Int32",
            "nullable": 0
          },
          {
            "name": "Departmentid",
            "index": 3,
            "datatype": "System.Int32",
            "nullable": 0
          }
        ],
        "primary-rows": [
          {
            "row-status": -1,
            "columns": {
              "Courseid": [ 1045 ],
              "Title": [ "Calculus" ],
              "Credits": [ 4 ],
              "Departmentid": [ 7 ]
            }
          },
          {
            "row-status": -1,
            "columns": {
              "Courseid": [ 1050 ],
              "Title": [ "Chemistry" ],
              "Credits": [ 4 ],
              "Departmentid": [ 1 ]
            }
          },
          {
            "row-status": -1,
            "columns": {
              "Courseid": [ 1061 ],
              "Title": [ "Physics" ],
              "Credits": [ 4 ],
              "Departmentid": [ 1 ]
            }
          },
          {
            "row-status": -1,
            "columns": {
              "Courseid": [ 2021 ],
              "Title": [ "Composition" ],
              "Credits": [ 3 ],
              "Departmentid": [ 2 ]
            }
          },
          {
            "row-status": -1,
            "columns": {
              "Courseid": [ 2030 ],
              "Title": [ "Poetry" ],
              "Credits": [ 2 ],
              "Departmentid": [ 2 ]
            }
          },
          {
            "row-status": -1,
            "columns": {
              "Courseid": [ 2042 ],
              "Title": [ "Literature" ],
              "Credits": [ 4 ],
              "Departmentid": [ 2 ]
            }
          },
          {
            "row-status": -1,
            "columns": {
              "Courseid": [ 3141 ],
              "Title": [ "Trigonometry" ],
              "Credits": [ 4 ],
              "Departmentid": [ 7 ]
            }
          },
          {
            "row-status": -1,
            "columns": {
              "Courseid": [ 4022 ],
              "Title": [ "Microeconomics" ],
              "Credits": [ 3 ],
              "Departmentid": [ 4 ]
            }
          },
          {
            "row-status": -1,
            "columns": {
              "Courseid": [ 4041 ],
              "Title": [ "Macroeconomics" ],
              "Credits": [ 3 ],
              "Departmentid": [ 4 ]
            }
          },
          {
            "row-status": -1,
            "columns": {
              "Courseid": [ 4061 ],
              "Title": [ "Quantitative" ],
              "Credits": [ 2 ],
              "Departmentid": [ 4 ]
            }
          }
        ],
        "filter-rows": [],
        "delete-rows": [],
        "dwchilds": {
          "Departmentid": [
            {
              "Departmentid": 1,
              "Name": "Engineering"
            },
            {
              "Departmentid": 2,
              "Name": "English"
            },
            {
              "Departmentid": 4,
              "Name": "Economics"
            },
            {
              "Departmentid": 7,
              "Name": "Mathematics"
            }
          ]
        }
      }
    }
    
    Back to top Generated by Appeon