how to insert hierarchyID column data using dapper?
I want to insert multiple records to my table say TableA ( [id] [hierarchyid] NOT NULL, otherData varchar(100)).
I want to insert multiple records to my table say TableA ( [id] [hierarchyid] NOT NULL, otherData varchar(100)).