Skip to content

Tags: Apps72/DbMocker

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set types when create Column definitions

Add a MockColumn class to manage ColumnName and ColumnType.
Add WithColumns method : `MockTable.WithColumns(("Col1", typeof(int?)));`