예제 #1
0
파일: DB.cs 프로젝트: wordtinker/Cgatherer
 => Connect(connString, conn
            => ExecuteQuery(Procedures.GetUnvisited, conn, reader
                            => (
                                Id: reader.GetInt32(0),
                                ProjectId: reader.GetInt32(1),
                                Link: reader.GetString(2)
                                )));
예제 #2
0
 return(new EntityFwDataAccess(connString: dbConnectionString));
예제 #3
0
파일: App.xaml.cs 프로젝트: frostiq/DBMS
 new = MSSQLTableService(connString);