@tsonic/efcore-sqlite 0.1.1 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.Data.Sqlite/bindings.json +1757 -3354
- package/Microsoft.Data.Sqlite/internal/index.d.ts +261 -261
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +60 -60
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +78 -78
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +9554 -14759
- package/SQLitePCL/internal/index.d.ts +33 -33
- package/System.Collections.Generic/bindings.json +48 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -5
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Infrastructure",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore",
|
|
5
|
+
"Microsoft.EntityFrameworkCore.Abstractions",
|
|
6
|
+
"Microsoft.EntityFrameworkCore.Relational",
|
|
7
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
8
|
+
],
|
|
3
9
|
"types": [
|
|
4
10
|
{
|
|
5
11
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
|
|
6
12
|
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
|
|
7
|
-
"tsEmitName": "SqliteDbContextOptionsBuilder",
|
|
8
13
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
14
|
"metadataToken": 0,
|
|
15
|
+
"kind": "Class",
|
|
16
|
+
"accessibility": "Public",
|
|
17
|
+
"isAbstract": false,
|
|
18
|
+
"isSealed": false,
|
|
19
|
+
"isStatic": false,
|
|
20
|
+
"arity": 0,
|
|
10
21
|
"methods": [],
|
|
11
22
|
"properties": [],
|
|
12
23
|
"fields": [],
|
|
@@ -22,36 +33,35 @@
|
|
|
22
33
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
|
|
23
34
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
24
35
|
}
|
|
25
|
-
],
|
|
26
|
-
"exposedConstructors": [
|
|
27
|
-
{
|
|
28
|
-
"isStatic": false,
|
|
29
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
|
|
30
|
-
"target": {
|
|
31
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
|
|
32
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
33
|
-
"metadataToken": 100663732
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
40
40
|
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
41
|
-
"tsEmitName": "SpatialiteLoader",
|
|
42
41
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
43
42
|
"metadataToken": 0,
|
|
43
|
+
"kind": "StaticNamespace",
|
|
44
|
+
"accessibility": "Public",
|
|
45
|
+
"isAbstract": true,
|
|
46
|
+
"isSealed": true,
|
|
47
|
+
"isStatic": true,
|
|
48
|
+
"arity": 0,
|
|
44
49
|
"methods": [
|
|
45
50
|
{
|
|
46
51
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader::TryLoad(System.Data.Common.DbConnection):System.Boolean",
|
|
47
52
|
"clrName": "TryLoad",
|
|
48
|
-
"tsEmitName": "tryLoad",
|
|
49
53
|
"metadataToken": 100663729,
|
|
50
54
|
"canonicalSignature": "(System.Data.Common.DbConnection):System.Boolean",
|
|
51
55
|
"normalizedSignature": "TryLoad|(System.Data.Common.DbConnection):System.Boolean|static=true",
|
|
52
56
|
"emitScope": "ClassSurface",
|
|
57
|
+
"provenance": "Original",
|
|
53
58
|
"arity": 0,
|
|
54
59
|
"parameterCount": 1,
|
|
60
|
+
"isStatic": true,
|
|
61
|
+
"isAbstract": false,
|
|
62
|
+
"isVirtual": false,
|
|
63
|
+
"isOverride": false,
|
|
64
|
+
"isSealed": false,
|
|
55
65
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
56
66
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
57
67
|
"isExtensionMethod": false
|
|
@@ -59,13 +69,18 @@
|
|
|
59
69
|
{
|
|
60
70
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader::Load(System.Data.Common.DbConnection):System.Void",
|
|
61
71
|
"clrName": "Load",
|
|
62
|
-
"tsEmitName": "load",
|
|
63
72
|
"metadataToken": 100663730,
|
|
64
73
|
"canonicalSignature": "(System.Data.Common.DbConnection):System.Void",
|
|
65
74
|
"normalizedSignature": "Load|(System.Data.Common.DbConnection):System.Void|static=true",
|
|
66
75
|
"emitScope": "ClassSurface",
|
|
76
|
+
"provenance": "Original",
|
|
67
77
|
"arity": 0,
|
|
68
78
|
"parameterCount": 1,
|
|
79
|
+
"isStatic": true,
|
|
80
|
+
"isAbstract": false,
|
|
81
|
+
"isVirtual": false,
|
|
82
|
+
"isOverride": false,
|
|
83
|
+
"isSealed": false,
|
|
69
84
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
70
85
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
71
86
|
"isExtensionMethod": false
|
|
@@ -74,29 +89,7 @@
|
|
|
74
89
|
"properties": [],
|
|
75
90
|
"fields": [],
|
|
76
91
|
"events": [],
|
|
77
|
-
"constructors": []
|
|
78
|
-
"exposedMethods": [
|
|
79
|
-
{
|
|
80
|
-
"tsName": "tryLoad",
|
|
81
|
-
"isStatic": true,
|
|
82
|
-
"tsSignatureId": "TryLoad|(System.Data.Common.DbConnection):System.Boolean|static=true",
|
|
83
|
-
"target": {
|
|
84
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
85
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
86
|
-
"metadataToken": 100663729
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"tsName": "load",
|
|
91
|
-
"isStatic": true,
|
|
92
|
-
"tsSignatureId": "Load|(System.Data.Common.DbConnection):System.Void|static=true",
|
|
93
|
-
"target": {
|
|
94
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
95
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
96
|
-
"metadataToken": 100663730
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
]
|
|
92
|
+
"constructors": []
|
|
100
93
|
}
|
|
101
94
|
]
|
|
102
95
|
}
|
|
@@ -27,8 +27,8 @@ export const SqliteDbContextOptionsBuilder: {
|
|
|
27
27
|
export type SqliteDbContextOptionsBuilder = SqliteDbContextOptionsBuilder$instance;
|
|
28
28
|
|
|
29
29
|
export abstract class SpatialiteLoader$instance {
|
|
30
|
-
static
|
|
31
|
-
static
|
|
30
|
+
static Load(connection: DbConnection): void;
|
|
31
|
+
static TryLoad(connection: DbConnection): boolean;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
|
|
@@ -1,83 +1,61 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Metadata",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore",
|
|
5
|
+
"Microsoft.EntityFrameworkCore.Relational",
|
|
6
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
7
|
+
],
|
|
3
8
|
"types": [
|
|
4
9
|
{
|
|
5
10
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
6
11
|
"clrName": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
7
|
-
"tsEmitName": "SqliteValueGenerationStrategy",
|
|
8
12
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
13
|
"metadataToken": 0,
|
|
14
|
+
"kind": "Enum",
|
|
15
|
+
"accessibility": "Public",
|
|
16
|
+
"isAbstract": false,
|
|
17
|
+
"isSealed": true,
|
|
18
|
+
"isStatic": false,
|
|
19
|
+
"arity": 0,
|
|
10
20
|
"methods": [],
|
|
11
21
|
"properties": [],
|
|
12
22
|
"fields": [
|
|
13
23
|
{
|
|
14
24
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::value__System.Int32",
|
|
15
25
|
"clrName": "value__",
|
|
16
|
-
"tsEmitName": "value__",
|
|
17
26
|
"metadataToken": 67108990,
|
|
18
27
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
19
28
|
"isStatic": false,
|
|
20
29
|
"isReadOnly": false,
|
|
30
|
+
"isLiteral": false,
|
|
21
31
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
22
32
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
23
33
|
},
|
|
24
34
|
{
|
|
25
35
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::NoneMicrosoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
26
36
|
"clrName": "None",
|
|
27
|
-
"tsEmitName": "none",
|
|
28
37
|
"metadataToken": 67108991,
|
|
29
38
|
"normalizedSignature": "None|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
|
|
30
39
|
"isStatic": true,
|
|
31
40
|
"isReadOnly": false,
|
|
41
|
+
"isLiteral": true,
|
|
32
42
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
33
43
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
34
44
|
},
|
|
35
45
|
{
|
|
36
46
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::AutoincrementMicrosoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
37
47
|
"clrName": "Autoincrement",
|
|
38
|
-
"tsEmitName": "autoincrement",
|
|
39
48
|
"metadataToken": 67108992,
|
|
40
49
|
"normalizedSignature": "Autoincrement|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
|
|
41
50
|
"isStatic": true,
|
|
42
51
|
"isReadOnly": false,
|
|
52
|
+
"isLiteral": true,
|
|
43
53
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
44
54
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
45
55
|
}
|
|
46
56
|
],
|
|
47
57
|
"events": [],
|
|
48
|
-
"constructors": []
|
|
49
|
-
"exposedFields": [
|
|
50
|
-
{
|
|
51
|
-
"tsName": "value__",
|
|
52
|
-
"isStatic": false,
|
|
53
|
-
"tsSignatureId": "value__|System.Int32|static=false|const=false",
|
|
54
|
-
"target": {
|
|
55
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
56
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
57
|
-
"metadataToken": 67108990
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"tsName": "none",
|
|
62
|
-
"isStatic": true,
|
|
63
|
-
"tsSignatureId": "None|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
|
|
64
|
-
"target": {
|
|
65
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
66
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
67
|
-
"metadataToken": 67108991
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"tsName": "autoincrement",
|
|
72
|
-
"isStatic": true,
|
|
73
|
-
"tsSignatureId": "Autoincrement|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
|
|
74
|
-
"target": {
|
|
75
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
76
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
77
|
-
"metadataToken": 67108992
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
]
|
|
58
|
+
"constructors": []
|
|
81
59
|
}
|
|
82
60
|
]
|
|
83
61
|
}
|
|
@@ -10,8 +10,8 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
10
10
|
import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable } from "@tsonic/dotnet/System.js";
|
|
11
11
|
|
|
12
12
|
export enum SqliteValueGenerationStrategy {
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
None = 0,
|
|
14
|
+
Autoincrement = 1
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
|
|
@@ -1,23 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Metadata.Conventions",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore",
|
|
5
|
+
"Microsoft.EntityFrameworkCore.Relational",
|
|
6
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
7
|
+
],
|
|
3
8
|
"types": [
|
|
4
9
|
{
|
|
5
10
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
|
|
6
11
|
"clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
|
|
7
|
-
"tsEmitName": "SqliteConventionSetBuilder",
|
|
8
12
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
13
|
"metadataToken": 0,
|
|
14
|
+
"kind": "Class",
|
|
15
|
+
"accessibility": "Public",
|
|
16
|
+
"isAbstract": false,
|
|
17
|
+
"isSealed": false,
|
|
18
|
+
"isStatic": false,
|
|
19
|
+
"arity": 0,
|
|
10
20
|
"methods": [
|
|
11
21
|
{
|
|
12
22
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder::CreateConventionSet():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet",
|
|
13
23
|
"clrName": "CreateConventionSet",
|
|
14
|
-
"tsEmitName": "createConventionSet",
|
|
15
24
|
"metadataToken": 100663713,
|
|
16
25
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet",
|
|
17
26
|
"normalizedSignature": "CreateConventionSet|():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet|static=false",
|
|
18
27
|
"emitScope": "ClassSurface",
|
|
28
|
+
"provenance": "Original",
|
|
19
29
|
"arity": 0,
|
|
20
30
|
"parameterCount": 0,
|
|
31
|
+
"isStatic": false,
|
|
32
|
+
"isAbstract": false,
|
|
33
|
+
"isVirtual": true,
|
|
34
|
+
"isOverride": true,
|
|
35
|
+
"isSealed": false,
|
|
21
36
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
|
|
22
37
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
38
|
"isExtensionMethod": false
|
|
@@ -25,13 +40,18 @@
|
|
|
25
40
|
{
|
|
26
41
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder::Build():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet",
|
|
27
42
|
"clrName": "Build",
|
|
28
|
-
"tsEmitName": "build",
|
|
29
43
|
"metadataToken": 100663714,
|
|
30
44
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet",
|
|
31
45
|
"normalizedSignature": "Build|():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet|static=true",
|
|
32
46
|
"emitScope": "ClassSurface",
|
|
47
|
+
"provenance": "Original",
|
|
33
48
|
"arity": 0,
|
|
34
49
|
"parameterCount": 0,
|
|
50
|
+
"isStatic": true,
|
|
51
|
+
"isAbstract": false,
|
|
52
|
+
"isVirtual": false,
|
|
53
|
+
"isOverride": false,
|
|
54
|
+
"isSealed": false,
|
|
35
55
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
|
|
36
56
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
37
57
|
"isExtensionMethod": false
|
|
@@ -39,13 +59,18 @@
|
|
|
39
59
|
{
|
|
40
60
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder::CreateModelBuilder():Microsoft.EntityFrameworkCore.ModelBuilder",
|
|
41
61
|
"clrName": "CreateModelBuilder",
|
|
42
|
-
"tsEmitName": "createModelBuilder",
|
|
43
62
|
"metadataToken": 100663715,
|
|
44
63
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.ModelBuilder",
|
|
45
64
|
"normalizedSignature": "CreateModelBuilder|():Microsoft.EntityFrameworkCore.ModelBuilder|static=true",
|
|
46
65
|
"emitScope": "ClassSurface",
|
|
66
|
+
"provenance": "Original",
|
|
47
67
|
"arity": 0,
|
|
48
68
|
"parameterCount": 0,
|
|
69
|
+
"isStatic": true,
|
|
70
|
+
"isAbstract": false,
|
|
71
|
+
"isVirtual": false,
|
|
72
|
+
"isOverride": false,
|
|
73
|
+
"isSealed": false,
|
|
49
74
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
|
|
50
75
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
51
76
|
"isExtensionMethod": false
|
|
@@ -65,57 +90,19 @@
|
|
|
65
90
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
|
|
66
91
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
67
92
|
}
|
|
68
|
-
],
|
|
69
|
-
"exposedMethods": [
|
|
70
|
-
{
|
|
71
|
-
"tsName": "createConventionSet",
|
|
72
|
-
"isStatic": false,
|
|
73
|
-
"tsSignatureId": "CreateConventionSet|():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet|static=false",
|
|
74
|
-
"target": {
|
|
75
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
|
|
76
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
77
|
-
"metadataToken": 100663713
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"tsName": "build",
|
|
82
|
-
"isStatic": true,
|
|
83
|
-
"tsSignatureId": "Build|():Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet|static=true",
|
|
84
|
-
"target": {
|
|
85
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
|
|
86
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
87
|
-
"metadataToken": 100663714
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"tsName": "createModelBuilder",
|
|
92
|
-
"isStatic": true,
|
|
93
|
-
"tsSignatureId": "CreateModelBuilder|():Microsoft.EntityFrameworkCore.ModelBuilder|static=true",
|
|
94
|
-
"target": {
|
|
95
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
|
|
96
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
97
|
-
"metadataToken": 100663715
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"exposedConstructors": [
|
|
102
|
-
{
|
|
103
|
-
"isStatic": false,
|
|
104
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void|static=false",
|
|
105
|
-
"target": {
|
|
106
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteConventionSetBuilder",
|
|
107
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
108
|
-
"metadataToken": 100663712
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
93
|
]
|
|
112
94
|
},
|
|
113
95
|
{
|
|
114
96
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteRuntimeModelConvention",
|
|
115
97
|
"clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteRuntimeModelConvention",
|
|
116
|
-
"tsEmitName": "SqliteRuntimeModelConvention",
|
|
117
98
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
118
99
|
"metadataToken": 0,
|
|
100
|
+
"kind": "Class",
|
|
101
|
+
"accessibility": "Public",
|
|
102
|
+
"isAbstract": false,
|
|
103
|
+
"isSealed": false,
|
|
104
|
+
"isStatic": false,
|
|
105
|
+
"arity": 0,
|
|
119
106
|
"methods": [],
|
|
120
107
|
"properties": [],
|
|
121
108
|
"fields": [],
|
|
@@ -131,25 +118,19 @@
|
|
|
131
118
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteRuntimeModelConvention",
|
|
132
119
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
133
120
|
}
|
|
134
|
-
],
|
|
135
|
-
"exposedConstructors": [
|
|
136
|
-
{
|
|
137
|
-
"isStatic": false,
|
|
138
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void|static=false",
|
|
139
|
-
"target": {
|
|
140
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteRuntimeModelConvention",
|
|
141
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
142
|
-
"metadataToken": 100663717
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
121
|
]
|
|
146
122
|
},
|
|
147
123
|
{
|
|
148
124
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteSharedTableConvention",
|
|
149
125
|
"clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteSharedTableConvention",
|
|
150
|
-
"tsEmitName": "SqliteSharedTableConvention",
|
|
151
126
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
152
127
|
"metadataToken": 0,
|
|
128
|
+
"kind": "Class",
|
|
129
|
+
"accessibility": "Public",
|
|
130
|
+
"isAbstract": false,
|
|
131
|
+
"isSealed": false,
|
|
132
|
+
"isStatic": false,
|
|
133
|
+
"arity": 0,
|
|
153
134
|
"methods": [],
|
|
154
135
|
"properties": [],
|
|
155
136
|
"fields": [],
|
|
@@ -165,36 +146,35 @@
|
|
|
165
146
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteSharedTableConvention",
|
|
166
147
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
167
148
|
}
|
|
168
|
-
],
|
|
169
|
-
"exposedConstructors": [
|
|
170
|
-
{
|
|
171
|
-
"isStatic": false,
|
|
172
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void|static=false",
|
|
173
|
-
"target": {
|
|
174
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteSharedTableConvention",
|
|
175
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
176
|
-
"metadataToken": 100663719
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
149
|
]
|
|
180
150
|
},
|
|
181
151
|
{
|
|
182
152
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteStoreGenerationConvention",
|
|
183
153
|
"clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteStoreGenerationConvention",
|
|
184
|
-
"tsEmitName": "SqliteStoreGenerationConvention",
|
|
185
154
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
186
155
|
"metadataToken": 0,
|
|
156
|
+
"kind": "Class",
|
|
157
|
+
"accessibility": "Public",
|
|
158
|
+
"isAbstract": false,
|
|
159
|
+
"isSealed": false,
|
|
160
|
+
"isStatic": false,
|
|
161
|
+
"arity": 0,
|
|
187
162
|
"methods": [
|
|
188
163
|
{
|
|
189
164
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteStoreGenerationConvention::ProcessPropertyAnnotationChanged(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
190
165
|
"clrName": "ProcessPropertyAnnotationChanged",
|
|
191
|
-
"tsEmitName": "processPropertyAnnotationChanged",
|
|
192
166
|
"metadataToken": 100663722,
|
|
193
167
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
194
168
|
"normalizedSignature": "ProcessPropertyAnnotationChanged|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
195
169
|
"emitScope": "ClassSurface",
|
|
170
|
+
"provenance": "Original",
|
|
196
171
|
"arity": 0,
|
|
197
172
|
"parameterCount": 5,
|
|
173
|
+
"isStatic": false,
|
|
174
|
+
"isAbstract": false,
|
|
175
|
+
"isVirtual": true,
|
|
176
|
+
"isOverride": true,
|
|
177
|
+
"isSealed": false,
|
|
198
178
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteStoreGenerationConvention",
|
|
199
179
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
200
180
|
"isExtensionMethod": false
|
|
@@ -214,48 +194,35 @@
|
|
|
214
194
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteStoreGenerationConvention",
|
|
215
195
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
216
196
|
}
|
|
217
|
-
],
|
|
218
|
-
"exposedMethods": [
|
|
219
|
-
{
|
|
220
|
-
"tsName": "processPropertyAnnotationChanged",
|
|
221
|
-
"isStatic": false,
|
|
222
|
-
"tsSignatureId": "ProcessPropertyAnnotationChanged|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
223
|
-
"target": {
|
|
224
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteStoreGenerationConvention",
|
|
225
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
226
|
-
"metadataToken": 100663722
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
],
|
|
230
|
-
"exposedConstructors": [
|
|
231
|
-
{
|
|
232
|
-
"isStatic": false,
|
|
233
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void|static=false",
|
|
234
|
-
"target": {
|
|
235
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteStoreGenerationConvention",
|
|
236
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
237
|
-
"metadataToken": 100663721
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
197
|
]
|
|
241
198
|
},
|
|
242
199
|
{
|
|
243
200
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteValueGenerationConvention",
|
|
244
201
|
"clrName": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteValueGenerationConvention",
|
|
245
|
-
"tsEmitName": "SqliteValueGenerationConvention",
|
|
246
202
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
247
203
|
"metadataToken": 0,
|
|
204
|
+
"kind": "Class",
|
|
205
|
+
"accessibility": "Public",
|
|
206
|
+
"isAbstract": false,
|
|
207
|
+
"isSealed": false,
|
|
208
|
+
"isStatic": false,
|
|
209
|
+
"arity": 0,
|
|
248
210
|
"methods": [
|
|
249
211
|
{
|
|
250
212
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteValueGenerationConvention::ProcessPropertyAnnotationChanged(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
251
213
|
"clrName": "ProcessPropertyAnnotationChanged",
|
|
252
|
-
"tsEmitName": "processPropertyAnnotationChanged",
|
|
253
214
|
"metadataToken": 100663725,
|
|
254
215
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
255
216
|
"normalizedSignature": "ProcessPropertyAnnotationChanged|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
256
217
|
"emitScope": "ClassSurface",
|
|
218
|
+
"provenance": "Original",
|
|
257
219
|
"arity": 0,
|
|
258
220
|
"parameterCount": 5,
|
|
221
|
+
"isStatic": false,
|
|
222
|
+
"isAbstract": false,
|
|
223
|
+
"isVirtual": true,
|
|
224
|
+
"isOverride": true,
|
|
225
|
+
"isSealed": false,
|
|
259
226
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteValueGenerationConvention",
|
|
260
227
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
261
228
|
"isExtensionMethod": false
|
|
@@ -275,29 +242,6 @@
|
|
|
275
242
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteValueGenerationConvention",
|
|
276
243
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
277
244
|
}
|
|
278
|
-
],
|
|
279
|
-
"exposedMethods": [
|
|
280
|
-
{
|
|
281
|
-
"tsName": "processPropertyAnnotationChanged",
|
|
282
|
-
"isStatic": false,
|
|
283
|
-
"tsSignatureId": "ProcessPropertyAnnotationChanged|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
284
|
-
"target": {
|
|
285
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteValueGenerationConvention",
|
|
286
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
287
|
-
"metadataToken": 100663725
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
],
|
|
291
|
-
"exposedConstructors": [
|
|
292
|
-
{
|
|
293
|
-
"isStatic": false,
|
|
294
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies):void|static=false",
|
|
295
|
-
"target": {
|
|
296
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Conventions.SqliteValueGenerationConvention",
|
|
297
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
298
|
-
"metadataToken": 100663724
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
245
|
]
|
|
302
246
|
}
|
|
303
247
|
]
|
|
@@ -17,14 +17,14 @@ import type { ConventionSet, IConvention, IConventionContext, IEntityTypeAnnotat
|
|
|
17
17
|
import type { IConventionAnnotation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
18
18
|
|
|
19
19
|
export interface SqliteConventionSetBuilder$instance extends RelationalConventionSetBuilder {
|
|
20
|
-
|
|
20
|
+
CreateConventionSet(): ConventionSet;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
export const SqliteConventionSetBuilder: {
|
|
25
25
|
new(dependencies: ProviderConventionSetBuilderDependencies, relationalDependencies: RelationalConventionSetBuilderDependencies): SqliteConventionSetBuilder;
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
Build(): ConventionSet;
|
|
27
|
+
CreateModelBuilder(): ModelBuilder;
|
|
28
28
|
};
|
|
29
29
|
|
|
30
30
|
|
|
@@ -53,7 +53,7 @@ export const SqliteSharedTableConvention: {
|
|
|
53
53
|
export type SqliteSharedTableConvention = SqliteSharedTableConvention$instance;
|
|
54
54
|
|
|
55
55
|
export interface SqliteStoreGenerationConvention$instance extends StoreGenerationConvention {
|
|
56
|
-
|
|
56
|
+
ProcessPropertyAnnotationChanged(propertyBuilder: IConventionPropertyBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext<IConventionAnnotation>): void;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
|
|
@@ -65,7 +65,7 @@ export const SqliteStoreGenerationConvention: {
|
|
|
65
65
|
export type SqliteStoreGenerationConvention = SqliteStoreGenerationConvention$instance;
|
|
66
66
|
|
|
67
67
|
export interface SqliteValueGenerationConvention$instance extends RelationalValueGenerationConvention {
|
|
68
|
-
|
|
68
|
+
ProcessPropertyAnnotationChanged(propertyBuilder: IConventionPropertyBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext<IConventionAnnotation>): void;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
|