File tree Expand file tree Collapse file tree 16 files changed +60
-60
lines changed
Bindind SQL database using EF and CustomAdaptor/Grid_EntityFramework
Grid_EntityFramework.Server/App_Data
grid_entityframework.client/src/app
Bindind SQL database using EF and UrlAdaptor/Grid_EntityFramework
Grid_EntityFramework.Server/App_Data
grid_entityframework.client/src/app
Binding Dapper using CustomAdaptor/Grid_Dapper_CustomAdaptor/grid_dapper_customadaptor.client/src/app
Binding Dapper using UrlAdaptor/Grid_Dapper/grid_dapper.client/src/app
Binding MS SQL database using CustomAdaptor/Grid_MSSQL/grid_mssql.client/src/app
Binding MS SQL database using UrlAdaptor/Grid_MSSQL/grid_mssql.client/src/app
Binding MySQL database using CustomAdaptor/Grid_MySQL/grid_mysql.client/src/app
Binding MySQL database using UrlAdaptor/Grid_MySQL/grid_mysql.client/src/app
Binding PostgreSQL database using CustomAdaptor/Grid_PostgreSQL_Custom/grid_postgresql_custom.client/src/app
Binding PostgreSQL database using UrlAdaptor/Grid_PostgreSQL/grid_postgresql.client/src/app
Binding SQLite using CustomAdaptor/Grid_SQLite/grid_sqlite.client/src/app
Binding SQLite using UrlAdaptor/Grid_SQLite/grid_sqlite.client/src/app Expand file tree Collapse file tree 16 files changed +60
-60
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ export class AppComponent {
24
24
25
25
ngOnInit ( ) : void {
26
26
this . data = new DataManager ( {
27
- url : 'https://localhost:7191/api/grid ' ,
28
- insertUrl : 'https://localhost:7191/api/grid /Insert' ,
29
- updateUrl : 'https://localhost:7191/api/grid /Update' ,
30
- removeUrl : 'https://localhost:7191/api/grid /Remove' ,
27
+ url : 'https://localhost:7191/api/Grid ' ,
28
+ insertUrl : 'https://localhost:7191/api/Grid /Insert' ,
29
+ updateUrl : 'https://localhost:7191/api/Grid /Update' ,
30
+ removeUrl : 'https://localhost:7191/api/Grid /Remove' ,
31
31
// Enable batch URL when batch editing is enabled.
32
- //batchUrl: 'https://localhost:7191/api/grid /BatchUpdate',
32
+ //batchUrl: 'https://localhost:7191/api/Grid /BatchUpdate',
33
33
adaptor : new CustomAdaptor ( )
34
34
} ) ;
35
35
this . employeeIDRules = { required : true , number : true } ;
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ export class AppComponent {
21
21
22
22
public ngOnInit ( ) : void {
23
23
this . data = new DataManager ( {
24
- url : 'https://localhost:7062/api/grid ' , // Replace your hosted link.
25
- insertUrl : 'https://localhost:7062/api/grid /Insert' ,
26
- updateUrl : 'https://localhost:7062/api/grid /Update' ,
27
- removeUrl : 'https://localhost:7062/api/grid /Remove' ,
24
+ url : 'https://localhost:7062/api/Grid ' , // Replace your hosted link.
25
+ insertUrl : 'https://localhost:7062/api/Grid /Insert' ,
26
+ updateUrl : 'https://localhost:7062/api/Grid /Update' ,
27
+ removeUrl : 'https://localhost:7062/api/Grid /Remove' ,
28
28
// Enable batch URL when batch editing is enabled.
29
- //batchUrl: 'https://localhost:7062/api/grid /BatchUpdate',
29
+ //batchUrl: 'https://localhost:7062/api/Grid /BatchUpdate',
30
30
adaptor : new UrlAdaptor ( )
31
31
} ) ;
32
32
this . employeeIDRules = { required : true , number : true } ;
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ export class AppComponent {
22
22
23
23
public ngOnInit ( ) : void {
24
24
this . data = new DataManager ( {
25
- url : 'https://localhost:7117/api/grid ' , // Replace your hosted link.
26
- insertUrl : 'https://localhost:7117/api/grid /Insert' ,
27
- updateUrl : 'https://localhost:7117/api/grid /Update' ,
28
- removeUrl : 'https://localhost:7117/api/grid /Remove' ,
25
+ url : 'https://localhost:7117/api/Grid ' , // Replace your hosted link.
26
+ insertUrl : 'https://localhost:7117/api/Grid /Insert' ,
27
+ updateUrl : 'https://localhost:7117/api/Grid /Update' ,
28
+ removeUrl : 'https://localhost:7117/api/Grid /Remove' ,
29
29
// Enable batch URL when batch editing is enabled.
30
- //batchUrl: 'https://localhost:7117/api/grid /BatchUpdate',
30
+ //batchUrl: 'https://localhost:7117/api/Grid /BatchUpdate',
31
31
adaptor : new CustomAdaptor ( )
32
32
} ) ;
33
33
this . employeeIDRules = { required : true , number : true } ;
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ export class AppComponent {
21
21
22
22
public ngOnInit ( ) : void {
23
23
this . data = new DataManager ( {
24
- url : 'https://localhost:7147/api/grid ' , // Replace your hosted link.
25
- insertUrl : 'https://localhost:7147/api/grid /Insert' ,
26
- updateUrl : 'https://localhost:7147/api/grid /Update' ,
27
- removeUrl : 'https://localhost:7147/api/grid /Remove' ,
24
+ url : 'https://localhost:7147/api/Grid ' , // Replace your hosted link.
25
+ insertUrl : 'https://localhost:7147/api/Grid /Insert' ,
26
+ updateUrl : 'https://localhost:7147/api/Grid /Update' ,
27
+ removeUrl : 'https://localhost:7147/api/Grid /Remove' ,
28
28
// Enable batch URL when batch editing is enabled.
29
- //batchUrl: 'https://localhost:7147/api/grid /BatchUpdate',
29
+ //batchUrl: 'https://localhost:7147/api/Grid /BatchUpdate',
30
30
adaptor : new UrlAdaptor ( )
31
31
} ) ;
32
32
this . employeeIDRules = { required : true , number : true } ;
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ export class AppComponent {
23
23
24
24
public ngOnInit ( ) : void {
25
25
this . data = new DataManager ( {
26
- url : 'https://localhost:7242/api/grid ' ,
27
- insertUrl : 'https://localhost:7242/api/grid /Insert' ,
28
- updateUrl : 'https://localhost:7242/api/grid /Update' ,
29
- removeUrl : 'https://localhost:7242/api/grid /Remove' ,
26
+ url : 'https://localhost:7242/api/Grid ' ,
27
+ insertUrl : 'https://localhost:7242/api/Grid /Insert' ,
28
+ updateUrl : 'https://localhost:7242/api/Grid /Update' ,
29
+ removeUrl : 'https://localhost:7242/api/Grid /Remove' ,
30
30
// Enable batch URL when batch editing is enabled.
31
- //batchUrl: 'https://localhost:7242/api/grid /BatchUpdate',
31
+ //batchUrl: 'https://localhost:7242/api/Grid /BatchUpdate',
32
32
adaptor : new CustomAdaptor ( )
33
33
} ) ;
34
34
this . employeeIDRules = { required : true , number : true } ;
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ export class AppComponent {
22
22
23
23
public ngOnInit ( ) : void {
24
24
this . data = new DataManager ( {
25
- url : 'https://localhost:7150/api/grid ' , // Replace your hosted link.
26
- insertUrl : 'https://localhost:7150/api/grid /Insert' ,
27
- updateUrl : 'https://localhost:7150/api/grid /Update' ,
28
- removeUrl : 'https://localhost:7150/api/grid /Remove' ,
25
+ url : 'https://localhost:7150/api/Grid ' , // Replace your hosted link.
26
+ insertUrl : 'https://localhost:7150/api/Grid /Insert' ,
27
+ updateUrl : 'https://localhost:7150/api/Grid /Update' ,
28
+ removeUrl : 'https://localhost:7150/api/Grid /Remove' ,
29
29
// Enable batch URL when batch editing is enabled.
30
- //batchUrl: 'https://localhost:7150/api/grid /BatchUpdate',
30
+ //batchUrl: 'https://localhost:7150/api/Grid /BatchUpdate',
31
31
adaptor : new UrlAdaptor ( )
32
32
} ) ;
33
33
this . employeeIDRules = { required : true , number : true } ;
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ export class AppComponent {
23
23
24
24
public ngOnInit ( ) : void {
25
25
this . data = new DataManager ( {
26
- url : 'https://localhost:7070/api/grid ' ,
27
- insertUrl : 'https://localhost:7070/api/grid /Insert' ,
28
- updateUrl : 'https://localhost:7070/api/grid /Update' ,
29
- removeUrl : 'https://localhost:7070/api/grid /Remove' ,
26
+ url : 'https://localhost:7070/api/Grid ' ,
27
+ insertUrl : 'https://localhost:7070/api/Grid /Insert' ,
28
+ updateUrl : 'https://localhost:7070/api/Grid /Update' ,
29
+ removeUrl : 'https://localhost:7070/api/Grid /Remove' ,
30
30
// Enable batch URL when batch editing is enabled.
31
- //batchUrl: 'https://localhost:7070/api/grid /BatchUpdate',
31
+ //batchUrl: 'https://localhost:7070/api/Grid /BatchUpdate',
32
32
adaptor : new CustomAdaptor ( )
33
33
} ) ;
34
34
this . employeeIDRules = { required : true , number : true } ;
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ export class AppComponent {
21
21
22
22
public ngOnInit ( ) : void {
23
23
this . data = new DataManager ( {
24
- url : 'https://localhost:7252/api/grid ' , // Replace your hosted link.
25
- insertUrl : 'https://localhost:7252/api/grid /Insert' ,
26
- updateUrl : 'https://localhost:7252/api/grid /Update' ,
27
- removeUrl : 'https://localhost:7252/api/grid /Remove' ,
24
+ url : 'https://localhost:7252/api/Grid ' , // Replace your hosted link.
25
+ insertUrl : 'https://localhost:7252/api/Grid /Insert' ,
26
+ updateUrl : 'https://localhost:7252/api/Grid /Update' ,
27
+ removeUrl : 'https://localhost:7252/api/Grid /Remove' ,
28
28
// Enable batch URL when batch editing is enabled.
29
- //batchUrl: 'https://localhost:7252/api/grid /BatchUpdate',
29
+ //batchUrl: 'https://localhost:7252/api/Grid /BatchUpdate',
30
30
adaptor : new UrlAdaptor ( )
31
31
} ) ;
32
32
this . employeeIDRules = { required : true , number : true } ;
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ export class AppComponent {
23
23
24
24
public ngOnInit ( ) : void {
25
25
this . data = new DataManager ( {
26
- url : 'https://localhost:7230/api/grid ' ,
27
- insertUrl : 'https://localhost:7230/api/grid /Insert' ,
28
- updateUrl : 'https://localhost:7230/api/grid /Update' ,
29
- removeUrl : 'https://localhost:7230/api/grid /Remove' ,
26
+ url : 'https://localhost:7230/api/Grid ' ,
27
+ insertUrl : 'https://localhost:7230/api/Grid /Insert' ,
28
+ updateUrl : 'https://localhost:7230/api/Grid /Update' ,
29
+ removeUrl : 'https://localhost:7230/api/Grid /Remove' ,
30
30
// Enable batch URL when batch editing is enabled.
31
- //batchUrl: 'https://localhost:7230/api/grid /BatchUpdate',
31
+ //batchUrl: 'https://localhost:7230/api/Grid /BatchUpdate',
32
32
adaptor : new CustomAdaptor ( )
33
33
} ) ;
34
34
this . employeeIDRules = { required : true , number : true } ;
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ export class AppComponent {
21
21
22
22
public ngOnInit ( ) : void {
23
23
this . data = new DataManager ( {
24
- url : 'https://localhost:7218/api/grid ' , // Replace your hosted link.
25
- insertUrl : 'https://localhost:7218/api/grid /Insert' ,
26
- updateUrl : 'https://localhost:7218/api/grid /Update' ,
27
- removeUrl : 'https://localhost:7218/api/grid /Remove' ,
24
+ url : 'https://localhost:7218/api/Grid ' , // Replace your hosted link.
25
+ insertUrl : 'https://localhost:7218/api/Grid /Insert' ,
26
+ updateUrl : 'https://localhost:7218/api/Grid /Update' ,
27
+ removeUrl : 'https://localhost:7218/api/Grid /Remove' ,
28
28
// Enable batch URL when batch editing is enabled.
29
- //batchUrl: 'https://localhost:7218/api/grid /BatchUpdate',
29
+ //batchUrl: 'https://localhost:7218/api/Grid /BatchUpdate',
30
30
adaptor : new UrlAdaptor ( )
31
31
} ) ;
32
32
this . employeeIDRules = { required : true , number : true } ;
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ export class AppComponent {
23
23
24
24
public ngOnInit ( ) : void {
25
25
this . data = new DataManager ( {
26
- url : 'https://localhost:7168/api/grid ' ,
27
- insertUrl : 'https://localhost:7168/api/grid /Insert' ,
28
- updateUrl : 'https://localhost:7168/api/grid /Update' ,
29
- removeUrl : 'https://localhost:7168/api/grid /Remove' ,
26
+ url : 'https://localhost:7168/api/Grid ' ,
27
+ insertUrl : 'https://localhost:7168/api/Grid /Insert' ,
28
+ updateUrl : 'https://localhost:7168/api/Grid /Update' ,
29
+ removeUrl : 'https://localhost:7168/api/Grid /Remove' ,
30
30
// Enable batch URL when batch editing is enabled.
31
- batchUrl : 'https://localhost:7168/api/grid /BatchUpdate' ,
31
+ batchUrl : 'https://localhost:7168/api/Grid /BatchUpdate' ,
32
32
adaptor : new CustomAdaptor ( )
33
33
} ) ;
34
34
this . employeeIDRules = { required : true , number : true } ;
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ export class AppComponent {
22
22
23
23
public ngOnInit ( ) : void {
24
24
this . data = new DataManager ( {
25
- url : 'https://localhost:7120/api/grid ' , // Replace your hosted link.
26
- insertUrl : 'https://localhost:7120/api/grid /Insert' ,
27
- updateUrl : 'https://localhost:7120/api/grid /Update' ,
28
- removeUrl : 'https://localhost:7120/api/grid /Remove' ,
25
+ url : 'https://localhost:7120/api/Grid ' , // Replace your hosted link.
26
+ insertUrl : 'https://localhost:7120/api/Grid /Insert' ,
27
+ updateUrl : 'https://localhost:7120/api/Grid /Update' ,
28
+ removeUrl : 'https://localhost:7120/api/Grid /Remove' ,
29
29
// Enable batch URL when batch editing is enabled.
30
- batchUrl : 'https://localhost:7120/api/grid /BatchUpdate' ,
30
+ batchUrl : 'https://localhost:7120/api/Grid /BatchUpdate' ,
31
31
adaptor : new UrlAdaptor ( )
32
32
} ) ;
33
33
this . employeeIDRules = { required : true , number : true } ;
You can’t perform that action at this time.
0 commit comments