What should DBType be set to?

What should DBType be set to?

RGIDARGIDA Posts: 7Questions: 3Answers: 0

I cannot see anywhere that states what to set this value to. Im using this in an MVC application.

This question has accepted answers - jump to:

Answers

  • rf1234rf1234 Posts: 2,808Questions: 85Answers: 406
    Answer ✓

    Database type: "Mysql", "Postgres", "Sqlite" or "Sqlserver"

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin
    Answer ✓

    They should be lowercase for the .NET libraries. The supported values are documented here.

    Allan

  • RGIDARGIDA Posts: 7Questions: 3Answers: 0

    Thanks, Allan. Sorry for the duplicate.

  • RGIDARGIDA Posts: 7Questions: 3Answers: 0

    Thanks for the help on this. I guess i need to look better for the documentation.

This discussion has been closed.