I'm using ...FastMember... to convert a ...List<T>... to a ...Datatable.... Some classes contain enums and this is causing problems when passing the datatables as a TVP to a stored procedure....public class MyObject
{
public int Id {get; set;}
pub...