i want convert Oracle developer tables to C# add table static record exmple as below
Insert into Emp(Id,Name,Age) values(1,sam,22); convert to context.emp.add(Id=1,Name=s