Home
Options

Is it possible to set ignore fields for the dbcontext in linqpad

I'm dealing with Temporal Tables in Linqpad, and I'm having problems with the Temporal Table time fields.

Is it possible to tell linqpad to ignore these fields ?

Ordinarily, I'd use something like the following in OnModelCreating
Ignore(x => x.SysEndTime);
Ignore(x => x.SysStartTime);

However, I'm not sure how to do that in linqpad

Thanks

Paul

Comments

Sign In or Register to comment.