javascript example icon

Home

Index

search icon
  • home icon
  • Packages>

  • mssql>

  • Variant

How to use the Variant function from mssql

Find comprehensive JavaScript mssql.Variant code examples handpicked from public code repositorys.

typeMapping.js

GitHub: hehaijin/restful-stored-procedure

hehaijin profile picture
41
42
43
44
45
46
47
48
49
    ntext: sql.NText,
    tvp: sql.TVP,
    udt: sql.UDT,
    geography: sql.Geography,
    geometry: sql.Geometry,
    variant: sql.Variant
}

module.exports = typeMapping;
fork icon5
star icon10
watch icon3

+ 26 other calls in file

Other functions in mssql

Sorted by popularity

function icon

mssql.connect is the most popular function in mssql (5681 examples)

Other popular packages:

Home

About

Privacy Policy

Example Javascript © 2024