Lightswitch views
Posted: Tue 17 Dec 2013 12:02
I am evaluating dotconnect to create readonly application to read data in a postgress database with lightswitch. I can connect to my database and I see tables okay, but I don't see my view. Is there something special I must do to see views with lightswitch?
I am in lightswitch in visual studio 2012. My table has an integer column and a character varying column (we would consider this column (character varying) to be the primary key if it were possible to create a view with a primary key).
I am new to both lightswitch and dotconnect. I have used postgres with npgsql .net provider extensively.
I am in lightswitch in visual studio 2012. My table has an integer column and a character varying column (we would consider this column (character varying) to be the primary key if it were possible to create a view with a primary key).
I am new to both lightswitch and dotconnect. I have used postgres with npgsql .net provider extensively.