@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,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
6
9
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
7
|
-
"tsEmitName": "ISqliteRelationalConnection",
|
|
8
10
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection::CreateReadOnlyConnection():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
13
21
|
"clrName": "CreateReadOnlyConnection",
|
|
14
|
-
"tsEmitName": "createReadOnlyConnection",
|
|
15
22
|
"metadataToken": 100663825,
|
|
16
23
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
17
24
|
"normalizedSignature": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 0,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": true,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -26,39 +39,36 @@
|
|
|
26
39
|
"properties": [],
|
|
27
40
|
"fields": [],
|
|
28
41
|
"events": [],
|
|
29
|
-
"constructors": []
|
|
30
|
-
"exposedMethods": [
|
|
31
|
-
{
|
|
32
|
-
"tsName": "createReadOnlyConnection",
|
|
33
|
-
"isStatic": false,
|
|
34
|
-
"tsSignatureId": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
35
|
-
"target": {
|
|
36
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
37
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
38
|
-
"metadataToken": 100663825
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
]
|
|
42
|
+
"constructors": []
|
|
42
43
|
},
|
|
43
44
|
{
|
|
44
45
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
45
46
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
46
|
-
"tsEmitName": "SqliteByteArrayTypeMapping",
|
|
47
47
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
48
48
|
"metadataToken": 0,
|
|
49
|
+
"kind": "Class",
|
|
50
|
+
"accessibility": "Public",
|
|
51
|
+
"isAbstract": false,
|
|
52
|
+
"isSealed": false,
|
|
53
|
+
"isStatic": false,
|
|
54
|
+
"arity": 0,
|
|
49
55
|
"methods": [],
|
|
50
56
|
"properties": [
|
|
51
57
|
{
|
|
52
58
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
53
59
|
"clrName": "Default",
|
|
54
|
-
"tsEmitName": "default",
|
|
55
60
|
"metadataToken": 385876088,
|
|
56
61
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
57
62
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping|static=true|accessor=get",
|
|
58
63
|
"emitScope": "ClassSurface",
|
|
64
|
+
"provenance": "Original",
|
|
59
65
|
"isIndexer": false,
|
|
60
66
|
"hasGetter": true,
|
|
61
67
|
"hasSetter": false,
|
|
68
|
+
"isStatic": true,
|
|
69
|
+
"isAbstract": false,
|
|
70
|
+
"isVirtual": false,
|
|
71
|
+
"isOverride": false,
|
|
62
72
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
63
73
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
64
74
|
}
|
|
@@ -76,48 +86,35 @@
|
|
|
76
86
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
77
87
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
78
88
|
}
|
|
79
|
-
],
|
|
80
|
-
"exposedProperties": [
|
|
81
|
-
{
|
|
82
|
-
"tsName": "default",
|
|
83
|
-
"isStatic": true,
|
|
84
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping|static=true|accessor=get",
|
|
85
|
-
"target": {
|
|
86
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
87
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
88
|
-
"metadataToken": 385876088
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
],
|
|
92
|
-
"exposedConstructors": [
|
|
93
|
-
{
|
|
94
|
-
"isStatic": false,
|
|
95
|
-
"tsSignatureId": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
96
|
-
"target": {
|
|
97
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
98
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
99
|
-
"metadataToken": 100663827
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
89
|
]
|
|
103
90
|
},
|
|
104
91
|
{
|
|
105
92
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
106
93
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
107
|
-
"tsEmitName": "SqliteDatabaseCreator",
|
|
108
94
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
109
95
|
"metadataToken": 0,
|
|
96
|
+
"kind": "Class",
|
|
97
|
+
"accessibility": "Public",
|
|
98
|
+
"isAbstract": false,
|
|
99
|
+
"isSealed": false,
|
|
100
|
+
"isStatic": false,
|
|
101
|
+
"arity": 0,
|
|
110
102
|
"methods": [
|
|
111
103
|
{
|
|
112
104
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::Create():System.Void",
|
|
113
105
|
"clrName": "Create",
|
|
114
|
-
"tsEmitName": "create",
|
|
115
106
|
"metadataToken": 100663832,
|
|
116
107
|
"canonicalSignature": "():System.Void",
|
|
117
108
|
"normalizedSignature": "Create|():System.Void|static=false",
|
|
118
109
|
"emitScope": "ClassSurface",
|
|
110
|
+
"provenance": "Original",
|
|
119
111
|
"arity": 0,
|
|
120
112
|
"parameterCount": 0,
|
|
113
|
+
"isStatic": false,
|
|
114
|
+
"isAbstract": false,
|
|
115
|
+
"isVirtual": true,
|
|
116
|
+
"isOverride": true,
|
|
117
|
+
"isSealed": false,
|
|
121
118
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
122
119
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
123
120
|
"isExtensionMethod": false
|
|
@@ -125,13 +122,18 @@
|
|
|
125
122
|
{
|
|
126
123
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::Exists():System.Boolean",
|
|
127
124
|
"clrName": "Exists",
|
|
128
|
-
"tsEmitName": "exists",
|
|
129
125
|
"metadataToken": 100663833,
|
|
130
126
|
"canonicalSignature": "():System.Boolean",
|
|
131
127
|
"normalizedSignature": "Exists|():System.Boolean|static=false",
|
|
132
128
|
"emitScope": "ClassSurface",
|
|
129
|
+
"provenance": "Original",
|
|
133
130
|
"arity": 0,
|
|
134
131
|
"parameterCount": 0,
|
|
132
|
+
"isStatic": false,
|
|
133
|
+
"isAbstract": false,
|
|
134
|
+
"isVirtual": true,
|
|
135
|
+
"isOverride": true,
|
|
136
|
+
"isSealed": false,
|
|
135
137
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
136
138
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
137
139
|
"isExtensionMethod": false
|
|
@@ -139,13 +141,18 @@
|
|
|
139
141
|
{
|
|
140
142
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::HasTables():System.Boolean",
|
|
141
143
|
"clrName": "HasTables",
|
|
142
|
-
"tsEmitName": "hasTables",
|
|
143
144
|
"metadataToken": 100663834,
|
|
144
145
|
"canonicalSignature": "():System.Boolean",
|
|
145
146
|
"normalizedSignature": "HasTables|():System.Boolean|static=false",
|
|
146
147
|
"emitScope": "ClassSurface",
|
|
148
|
+
"provenance": "Original",
|
|
147
149
|
"arity": 0,
|
|
148
150
|
"parameterCount": 0,
|
|
151
|
+
"isStatic": false,
|
|
152
|
+
"isAbstract": false,
|
|
153
|
+
"isVirtual": true,
|
|
154
|
+
"isOverride": true,
|
|
155
|
+
"isSealed": false,
|
|
149
156
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
150
157
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
151
158
|
"isExtensionMethod": false
|
|
@@ -153,13 +160,18 @@
|
|
|
153
160
|
{
|
|
154
161
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::Delete():System.Void",
|
|
155
162
|
"clrName": "Delete",
|
|
156
|
-
"tsEmitName": "delete",
|
|
157
163
|
"metadataToken": 100663835,
|
|
158
164
|
"canonicalSignature": "():System.Void",
|
|
159
165
|
"normalizedSignature": "Delete|():System.Void|static=false",
|
|
160
166
|
"emitScope": "ClassSurface",
|
|
167
|
+
"provenance": "Original",
|
|
161
168
|
"arity": 0,
|
|
162
169
|
"parameterCount": 0,
|
|
170
|
+
"isStatic": false,
|
|
171
|
+
"isAbstract": false,
|
|
172
|
+
"isVirtual": true,
|
|
173
|
+
"isOverride": true,
|
|
174
|
+
"isSealed": false,
|
|
163
175
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
164
176
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
165
177
|
"isExtensionMethod": false
|
|
@@ -179,80 +191,36 @@
|
|
|
179
191
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
180
192
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
181
193
|
}
|
|
182
|
-
],
|
|
183
|
-
"exposedMethods": [
|
|
184
|
-
{
|
|
185
|
-
"tsName": "create",
|
|
186
|
-
"isStatic": false,
|
|
187
|
-
"tsSignatureId": "Create|():System.Void|static=false",
|
|
188
|
-
"target": {
|
|
189
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
190
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
191
|
-
"metadataToken": 100663832
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"tsName": "exists",
|
|
196
|
-
"isStatic": false,
|
|
197
|
-
"tsSignatureId": "Exists|():System.Boolean|static=false",
|
|
198
|
-
"target": {
|
|
199
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
200
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
201
|
-
"metadataToken": 100663833
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"tsName": "hasTables",
|
|
206
|
-
"isStatic": false,
|
|
207
|
-
"tsSignatureId": "HasTables|():System.Boolean|static=false",
|
|
208
|
-
"target": {
|
|
209
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
210
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
211
|
-
"metadataToken": 100663834
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"tsName": "delete",
|
|
216
|
-
"isStatic": false,
|
|
217
|
-
"tsSignatureId": "Delete|():System.Void|static=false",
|
|
218
|
-
"target": {
|
|
219
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
220
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
221
|
-
"metadataToken": 100663835
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
],
|
|
225
|
-
"exposedConstructors": [
|
|
226
|
-
{
|
|
227
|
-
"isStatic": false,
|
|
228
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreatorDependencies,Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder):void|static=false",
|
|
229
|
-
"target": {
|
|
230
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
231
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
232
|
-
"metadataToken": 100663831
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
194
|
]
|
|
236
195
|
},
|
|
237
196
|
{
|
|
238
197
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
239
198
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
240
|
-
"tsEmitName": "SqliteDateOnlyTypeMapping",
|
|
241
199
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
242
200
|
"metadataToken": 0,
|
|
201
|
+
"kind": "Class",
|
|
202
|
+
"accessibility": "Public",
|
|
203
|
+
"isAbstract": false,
|
|
204
|
+
"isSealed": false,
|
|
205
|
+
"isStatic": false,
|
|
206
|
+
"arity": 0,
|
|
243
207
|
"methods": [],
|
|
244
208
|
"properties": [
|
|
245
209
|
{
|
|
246
210
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
247
211
|
"clrName": "Default",
|
|
248
|
-
"tsEmitName": "default",
|
|
249
212
|
"metadataToken": 385876089,
|
|
250
213
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
251
214
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping|static=true|accessor=get",
|
|
252
215
|
"emitScope": "ClassSurface",
|
|
216
|
+
"provenance": "Original",
|
|
253
217
|
"isIndexer": false,
|
|
254
218
|
"hasGetter": true,
|
|
255
219
|
"hasSetter": false,
|
|
220
|
+
"isStatic": true,
|
|
221
|
+
"isAbstract": false,
|
|
222
|
+
"isVirtual": false,
|
|
223
|
+
"isOverride": false,
|
|
256
224
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
257
225
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
258
226
|
}
|
|
@@ -270,50 +238,36 @@
|
|
|
270
238
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
271
239
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
272
240
|
}
|
|
273
|
-
],
|
|
274
|
-
"exposedProperties": [
|
|
275
|
-
{
|
|
276
|
-
"tsName": "default",
|
|
277
|
-
"isStatic": true,
|
|
278
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping|static=true|accessor=get",
|
|
279
|
-
"target": {
|
|
280
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
281
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
282
|
-
"metadataToken": 385876089
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
],
|
|
286
|
-
"exposedConstructors": [
|
|
287
|
-
{
|
|
288
|
-
"isStatic": false,
|
|
289
|
-
"tsSignatureId": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
290
|
-
"target": {
|
|
291
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
292
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
293
|
-
"metadataToken": 100663837
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
241
|
]
|
|
297
242
|
},
|
|
298
243
|
{
|
|
299
244
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
300
245
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
301
|
-
"tsEmitName": "SqliteDateTimeOffsetTypeMapping",
|
|
302
246
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
303
247
|
"metadataToken": 0,
|
|
248
|
+
"kind": "Class",
|
|
249
|
+
"accessibility": "Public",
|
|
250
|
+
"isAbstract": false,
|
|
251
|
+
"isSealed": false,
|
|
252
|
+
"isStatic": false,
|
|
253
|
+
"arity": 0,
|
|
304
254
|
"methods": [],
|
|
305
255
|
"properties": [
|
|
306
256
|
{
|
|
307
257
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
308
258
|
"clrName": "Default",
|
|
309
|
-
"tsEmitName": "default",
|
|
310
259
|
"metadataToken": 385876091,
|
|
311
260
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
312
261
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping|static=true|accessor=get",
|
|
313
262
|
"emitScope": "ClassSurface",
|
|
263
|
+
"provenance": "Original",
|
|
314
264
|
"isIndexer": false,
|
|
315
265
|
"hasGetter": true,
|
|
316
266
|
"hasSetter": false,
|
|
267
|
+
"isStatic": true,
|
|
268
|
+
"isAbstract": false,
|
|
269
|
+
"isVirtual": false,
|
|
270
|
+
"isOverride": false,
|
|
317
271
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
318
272
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
319
273
|
}
|
|
@@ -331,50 +285,36 @@
|
|
|
331
285
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
332
286
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
333
287
|
}
|
|
334
|
-
],
|
|
335
|
-
"exposedProperties": [
|
|
336
|
-
{
|
|
337
|
-
"tsName": "default",
|
|
338
|
-
"isStatic": true,
|
|
339
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping|static=true|accessor=get",
|
|
340
|
-
"target": {
|
|
341
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
342
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
343
|
-
"metadataToken": 385876091
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
],
|
|
347
|
-
"exposedConstructors": [
|
|
348
|
-
{
|
|
349
|
-
"isStatic": false,
|
|
350
|
-
"tsSignatureId": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
351
|
-
"target": {
|
|
352
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
353
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
354
|
-
"metadataToken": 100663843
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
288
|
]
|
|
358
289
|
},
|
|
359
290
|
{
|
|
360
291
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
361
292
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
362
|
-
"tsEmitName": "SqliteDateTimeTypeMapping",
|
|
363
293
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
364
294
|
"metadataToken": 0,
|
|
295
|
+
"kind": "Class",
|
|
296
|
+
"accessibility": "Public",
|
|
297
|
+
"isAbstract": false,
|
|
298
|
+
"isSealed": false,
|
|
299
|
+
"isStatic": false,
|
|
300
|
+
"arity": 0,
|
|
365
301
|
"methods": [],
|
|
366
302
|
"properties": [
|
|
367
303
|
{
|
|
368
304
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
369
305
|
"clrName": "Default",
|
|
370
|
-
"tsEmitName": "default",
|
|
371
306
|
"metadataToken": 385876093,
|
|
372
307
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
373
308
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping|static=true|accessor=get",
|
|
374
309
|
"emitScope": "ClassSurface",
|
|
310
|
+
"provenance": "Original",
|
|
375
311
|
"isIndexer": false,
|
|
376
312
|
"hasGetter": true,
|
|
377
313
|
"hasSetter": false,
|
|
314
|
+
"isStatic": true,
|
|
315
|
+
"isAbstract": false,
|
|
316
|
+
"isVirtual": false,
|
|
317
|
+
"isOverride": false,
|
|
378
318
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
379
319
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
380
320
|
}
|
|
@@ -392,50 +332,36 @@
|
|
|
392
332
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
393
333
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
394
334
|
}
|
|
395
|
-
],
|
|
396
|
-
"exposedProperties": [
|
|
397
|
-
{
|
|
398
|
-
"tsName": "default",
|
|
399
|
-
"isStatic": true,
|
|
400
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping|static=true|accessor=get",
|
|
401
|
-
"target": {
|
|
402
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
403
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
404
|
-
"metadataToken": 385876093
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
],
|
|
408
|
-
"exposedConstructors": [
|
|
409
|
-
{
|
|
410
|
-
"isStatic": false,
|
|
411
|
-
"tsSignatureId": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
412
|
-
"target": {
|
|
413
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
414
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
415
|
-
"metadataToken": 100663849
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
335
|
]
|
|
419
336
|
},
|
|
420
337
|
{
|
|
421
338
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
422
339
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
423
|
-
"tsEmitName": "SqliteDecimalTypeMapping",
|
|
424
340
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
425
341
|
"metadataToken": 0,
|
|
342
|
+
"kind": "Class",
|
|
343
|
+
"accessibility": "Public",
|
|
344
|
+
"isAbstract": false,
|
|
345
|
+
"isSealed": false,
|
|
346
|
+
"isStatic": false,
|
|
347
|
+
"arity": 0,
|
|
426
348
|
"methods": [],
|
|
427
349
|
"properties": [
|
|
428
350
|
{
|
|
429
351
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
430
352
|
"clrName": "Default",
|
|
431
|
-
"tsEmitName": "default",
|
|
432
353
|
"metadataToken": 385876095,
|
|
433
354
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
434
355
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping|static=true|accessor=get",
|
|
435
356
|
"emitScope": "ClassSurface",
|
|
357
|
+
"provenance": "Original",
|
|
436
358
|
"isIndexer": false,
|
|
437
359
|
"hasGetter": true,
|
|
438
360
|
"hasSetter": false,
|
|
361
|
+
"isStatic": true,
|
|
362
|
+
"isAbstract": false,
|
|
363
|
+
"isVirtual": false,
|
|
364
|
+
"isOverride": false,
|
|
439
365
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
440
366
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
441
367
|
}
|
|
@@ -453,50 +379,36 @@
|
|
|
453
379
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
454
380
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
455
381
|
}
|
|
456
|
-
],
|
|
457
|
-
"exposedProperties": [
|
|
458
|
-
{
|
|
459
|
-
"tsName": "default",
|
|
460
|
-
"isStatic": true,
|
|
461
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping|static=true|accessor=get",
|
|
462
|
-
"target": {
|
|
463
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
464
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
465
|
-
"metadataToken": 385876095
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
],
|
|
469
|
-
"exposedConstructors": [
|
|
470
|
-
{
|
|
471
|
-
"isStatic": false,
|
|
472
|
-
"tsSignatureId": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
473
|
-
"target": {
|
|
474
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
475
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
476
|
-
"metadataToken": 100663855
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
382
|
]
|
|
480
383
|
},
|
|
481
384
|
{
|
|
482
385
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
483
386
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
484
|
-
"tsEmitName": "SqliteGuidTypeMapping",
|
|
485
387
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
486
388
|
"metadataToken": 0,
|
|
389
|
+
"kind": "Class",
|
|
390
|
+
"accessibility": "Public",
|
|
391
|
+
"isAbstract": false,
|
|
392
|
+
"isSealed": false,
|
|
393
|
+
"isStatic": false,
|
|
394
|
+
"arity": 0,
|
|
487
395
|
"methods": [],
|
|
488
396
|
"properties": [
|
|
489
397
|
{
|
|
490
398
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
491
399
|
"clrName": "Default",
|
|
492
|
-
"tsEmitName": "default",
|
|
493
400
|
"metadataToken": 385876097,
|
|
494
401
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
495
402
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping|static=true|accessor=get",
|
|
496
403
|
"emitScope": "ClassSurface",
|
|
404
|
+
"provenance": "Original",
|
|
497
405
|
"isIndexer": false,
|
|
498
406
|
"hasGetter": true,
|
|
499
407
|
"hasSetter": false,
|
|
408
|
+
"isStatic": true,
|
|
409
|
+
"isAbstract": false,
|
|
410
|
+
"isVirtual": false,
|
|
411
|
+
"isOverride": false,
|
|
500
412
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
501
413
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
502
414
|
}
|
|
@@ -514,48 +426,35 @@
|
|
|
514
426
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
515
427
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
516
428
|
}
|
|
517
|
-
],
|
|
518
|
-
"exposedProperties": [
|
|
519
|
-
{
|
|
520
|
-
"tsName": "default",
|
|
521
|
-
"isStatic": true,
|
|
522
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping|static=true|accessor=get",
|
|
523
|
-
"target": {
|
|
524
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
525
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
526
|
-
"metadataToken": 385876097
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
],
|
|
530
|
-
"exposedConstructors": [
|
|
531
|
-
{
|
|
532
|
-
"isStatic": false,
|
|
533
|
-
"tsSignatureId": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
534
|
-
"target": {
|
|
535
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
536
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
537
|
-
"metadataToken": 100663861
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
429
|
]
|
|
541
430
|
},
|
|
542
431
|
{
|
|
543
432
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
544
433
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
545
|
-
"tsEmitName": "SqliteJsonTypeMapping",
|
|
546
434
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
547
435
|
"metadataToken": 0,
|
|
436
|
+
"kind": "Class",
|
|
437
|
+
"accessibility": "Public",
|
|
438
|
+
"isAbstract": false,
|
|
439
|
+
"isSealed": false,
|
|
440
|
+
"isStatic": false,
|
|
441
|
+
"arity": 0,
|
|
548
442
|
"methods": [
|
|
549
443
|
{
|
|
550
444
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::GetDataReaderMethod():System.Reflection.MethodInfo",
|
|
551
445
|
"clrName": "GetDataReaderMethod",
|
|
552
|
-
"tsEmitName": "getDataReaderMethod",
|
|
553
446
|
"metadataToken": 100663869,
|
|
554
447
|
"canonicalSignature": "():System.Reflection.MethodInfo",
|
|
555
448
|
"normalizedSignature": "GetDataReaderMethod|():System.Reflection.MethodInfo|static=false",
|
|
556
449
|
"emitScope": "ClassSurface",
|
|
450
|
+
"provenance": "Original",
|
|
557
451
|
"arity": 0,
|
|
558
452
|
"parameterCount": 0,
|
|
453
|
+
"isStatic": false,
|
|
454
|
+
"isAbstract": false,
|
|
455
|
+
"isVirtual": true,
|
|
456
|
+
"isOverride": true,
|
|
457
|
+
"isSealed": false,
|
|
559
458
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
560
459
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
561
460
|
"isExtensionMethod": false
|
|
@@ -563,13 +462,18 @@
|
|
|
563
462
|
{
|
|
564
463
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::CustomizeDataReaderExpression(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
565
464
|
"clrName": "CustomizeDataReaderExpression",
|
|
566
|
-
"tsEmitName": "customizeDataReaderExpression",
|
|
567
465
|
"metadataToken": 100663870,
|
|
568
466
|
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
569
467
|
"normalizedSignature": "CustomizeDataReaderExpression|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
570
468
|
"emitScope": "ClassSurface",
|
|
469
|
+
"provenance": "Original",
|
|
571
470
|
"arity": 0,
|
|
572
471
|
"parameterCount": 1,
|
|
472
|
+
"isStatic": false,
|
|
473
|
+
"isAbstract": false,
|
|
474
|
+
"isVirtual": true,
|
|
475
|
+
"isOverride": true,
|
|
476
|
+
"isSealed": false,
|
|
573
477
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
574
478
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
575
479
|
"isExtensionMethod": false
|
|
@@ -579,14 +483,18 @@
|
|
|
579
483
|
{
|
|
580
484
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
581
485
|
"clrName": "Default",
|
|
582
|
-
"tsEmitName": "default",
|
|
583
486
|
"metadataToken": 385876098,
|
|
584
487
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
585
488
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping|static=true|accessor=get",
|
|
586
489
|
"emitScope": "ClassSurface",
|
|
490
|
+
"provenance": "Original",
|
|
587
491
|
"isIndexer": false,
|
|
588
492
|
"hasGetter": true,
|
|
589
493
|
"hasSetter": false,
|
|
494
|
+
"isStatic": true,
|
|
495
|
+
"isAbstract": false,
|
|
496
|
+
"isVirtual": false,
|
|
497
|
+
"isOverride": false,
|
|
590
498
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
591
499
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
592
500
|
}
|
|
@@ -604,70 +512,35 @@
|
|
|
604
512
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
605
513
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
606
514
|
}
|
|
607
|
-
],
|
|
608
|
-
"exposedMethods": [
|
|
609
|
-
{
|
|
610
|
-
"tsName": "getDataReaderMethod",
|
|
611
|
-
"isStatic": false,
|
|
612
|
-
"tsSignatureId": "GetDataReaderMethod|():System.Reflection.MethodInfo|static=false",
|
|
613
|
-
"target": {
|
|
614
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
615
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
616
|
-
"metadataToken": 100663869
|
|
617
|
-
}
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"tsName": "customizeDataReaderExpression",
|
|
621
|
-
"isStatic": false,
|
|
622
|
-
"tsSignatureId": "CustomizeDataReaderExpression|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
623
|
-
"target": {
|
|
624
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
625
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
626
|
-
"metadataToken": 100663870
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
],
|
|
630
|
-
"exposedProperties": [
|
|
631
|
-
{
|
|
632
|
-
"tsName": "default",
|
|
633
|
-
"isStatic": true,
|
|
634
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping|static=true|accessor=get",
|
|
635
|
-
"target": {
|
|
636
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
637
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
638
|
-
"metadataToken": 385876098
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
],
|
|
642
|
-
"exposedConstructors": [
|
|
643
|
-
{
|
|
644
|
-
"isStatic": false,
|
|
645
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
646
|
-
"target": {
|
|
647
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
648
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
649
|
-
"metadataToken": 100663867
|
|
650
|
-
}
|
|
651
|
-
}
|
|
652
515
|
]
|
|
653
516
|
},
|
|
654
517
|
{
|
|
655
518
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
656
519
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
657
|
-
"tsEmitName": "SqliteRelationalConnection",
|
|
658
520
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
659
521
|
"metadataToken": 0,
|
|
522
|
+
"kind": "Class",
|
|
523
|
+
"accessibility": "Public",
|
|
524
|
+
"isAbstract": false,
|
|
525
|
+
"isSealed": false,
|
|
526
|
+
"isStatic": false,
|
|
527
|
+
"arity": 0,
|
|
660
528
|
"methods": [
|
|
661
529
|
{
|
|
662
530
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection::CreateReadOnlyConnection():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
663
531
|
"clrName": "CreateReadOnlyConnection",
|
|
664
|
-
"tsEmitName": "createReadOnlyConnection",
|
|
665
532
|
"metadataToken": 100663877,
|
|
666
533
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
667
534
|
"normalizedSignature": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
668
535
|
"emitScope": "ClassSurface",
|
|
536
|
+
"provenance": "Original",
|
|
669
537
|
"arity": 0,
|
|
670
538
|
"parameterCount": 0,
|
|
539
|
+
"isStatic": false,
|
|
540
|
+
"isAbstract": false,
|
|
541
|
+
"isVirtual": true,
|
|
542
|
+
"isOverride": false,
|
|
543
|
+
"isSealed": false,
|
|
671
544
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
672
545
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
673
546
|
"isExtensionMethod": false
|
|
@@ -675,16 +548,22 @@
|
|
|
675
548
|
{
|
|
676
549
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection::CreateReadOnlyConnection():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
677
550
|
"clrName": "CreateReadOnlyConnection",
|
|
678
|
-
"tsEmitName": "createReadOnlyConnection$view",
|
|
679
551
|
"metadataToken": 100663825,
|
|
680
552
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
681
553
|
"normalizedSignature": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
682
554
|
"emitScope": "ViewOnly",
|
|
555
|
+
"provenance": "ExplicitView",
|
|
683
556
|
"arity": 0,
|
|
684
557
|
"parameterCount": 0,
|
|
558
|
+
"isStatic": false,
|
|
559
|
+
"isAbstract": false,
|
|
560
|
+
"isVirtual": true,
|
|
561
|
+
"isOverride": false,
|
|
562
|
+
"isSealed": false,
|
|
685
563
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
686
564
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
687
|
-
"isExtensionMethod": false
|
|
565
|
+
"isExtensionMethod": false,
|
|
566
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection"
|
|
688
567
|
}
|
|
689
568
|
],
|
|
690
569
|
"properties": [],
|
|
@@ -701,58 +580,35 @@
|
|
|
701
580
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
702
581
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
703
582
|
}
|
|
704
|
-
],
|
|
705
|
-
"exposedMethods": [
|
|
706
|
-
{
|
|
707
|
-
"tsName": "createReadOnlyConnection",
|
|
708
|
-
"isStatic": false,
|
|
709
|
-
"tsSignatureId": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
710
|
-
"target": {
|
|
711
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
712
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
713
|
-
"metadataToken": 100663877
|
|
714
|
-
}
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"tsName": "createReadOnlyConnection$view",
|
|
718
|
-
"isStatic": false,
|
|
719
|
-
"tsSignatureId": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
720
|
-
"target": {
|
|
721
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
722
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
723
|
-
"metadataToken": 100663825
|
|
724
|
-
}
|
|
725
|
-
}
|
|
726
|
-
],
|
|
727
|
-
"exposedConstructors": [
|
|
728
|
-
{
|
|
729
|
-
"isStatic": false,
|
|
730
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BInfrastructure,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
731
|
-
"target": {
|
|
732
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
733
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
734
|
-
"metadataToken": 100663875
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
583
|
]
|
|
738
584
|
},
|
|
739
585
|
{
|
|
740
586
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
741
587
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
742
|
-
"tsEmitName": "SqliteSqlGenerationHelper",
|
|
743
588
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
744
589
|
"metadataToken": 0,
|
|
590
|
+
"kind": "Class",
|
|
591
|
+
"accessibility": "Public",
|
|
592
|
+
"isAbstract": false,
|
|
593
|
+
"isSealed": false,
|
|
594
|
+
"isStatic": false,
|
|
595
|
+
"arity": 0,
|
|
745
596
|
"methods": [
|
|
746
597
|
{
|
|
747
598
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper::DelimitIdentifier(System.String,System.String):System.String",
|
|
748
599
|
"clrName": "DelimitIdentifier",
|
|
749
|
-
"tsEmitName": "delimitIdentifier",
|
|
750
600
|
"metadataToken": 100663881,
|
|
751
601
|
"canonicalSignature": "(System.String,System.String):System.String",
|
|
752
602
|
"normalizedSignature": "DelimitIdentifier|(System.String,System.String):System.String|static=false",
|
|
753
603
|
"emitScope": "ClassSurface",
|
|
604
|
+
"provenance": "Original",
|
|
754
605
|
"arity": 0,
|
|
755
606
|
"parameterCount": 2,
|
|
607
|
+
"isStatic": false,
|
|
608
|
+
"isAbstract": false,
|
|
609
|
+
"isVirtual": true,
|
|
610
|
+
"isOverride": true,
|
|
611
|
+
"isSealed": false,
|
|
756
612
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
757
613
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
758
614
|
"isExtensionMethod": false
|
|
@@ -760,13 +616,18 @@
|
|
|
760
616
|
{
|
|
761
617
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper::DelimitIdentifier(System.Text.StringBuilder,System.String,System.String):System.Void",
|
|
762
618
|
"clrName": "DelimitIdentifier",
|
|
763
|
-
"tsEmitName": "delimitIdentifier",
|
|
764
619
|
"metadataToken": 100663882,
|
|
765
620
|
"canonicalSignature": "(System.Text.StringBuilder,System.String,System.String):System.Void",
|
|
766
621
|
"normalizedSignature": "DelimitIdentifier|(System.Text.StringBuilder,System.String,System.String):System.Void|static=false",
|
|
767
622
|
"emitScope": "ClassSurface",
|
|
623
|
+
"provenance": "Original",
|
|
768
624
|
"arity": 0,
|
|
769
625
|
"parameterCount": 3,
|
|
626
|
+
"isStatic": false,
|
|
627
|
+
"isAbstract": false,
|
|
628
|
+
"isVirtual": true,
|
|
629
|
+
"isOverride": true,
|
|
630
|
+
"isSealed": false,
|
|
770
631
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
771
632
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
772
633
|
"isExtensionMethod": false
|
|
@@ -776,14 +637,18 @@
|
|
|
776
637
|
{
|
|
777
638
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper::StartTransactionStatement:System.String",
|
|
778
639
|
"clrName": "StartTransactionStatement",
|
|
779
|
-
"tsEmitName": "startTransactionStatement",
|
|
780
640
|
"metadataToken": 385876099,
|
|
781
641
|
"canonicalSignature": ":System.String",
|
|
782
642
|
"normalizedSignature": "StartTransactionStatement|:System.String|static=false|accessor=get",
|
|
783
643
|
"emitScope": "ClassSurface",
|
|
644
|
+
"provenance": "Original",
|
|
784
645
|
"isIndexer": false,
|
|
785
646
|
"hasGetter": true,
|
|
786
647
|
"hasSetter": false,
|
|
648
|
+
"isStatic": false,
|
|
649
|
+
"isAbstract": false,
|
|
650
|
+
"isVirtual": true,
|
|
651
|
+
"isOverride": true,
|
|
787
652
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
788
653
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
789
654
|
}
|
|
@@ -801,72 +666,36 @@
|
|
|
801
666
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
802
667
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
803
668
|
}
|
|
804
|
-
],
|
|
805
|
-
"exposedMethods": [
|
|
806
|
-
{
|
|
807
|
-
"tsName": "delimitIdentifier",
|
|
808
|
-
"isStatic": false,
|
|
809
|
-
"tsSignatureId": "DelimitIdentifier|(System.String,System.String):System.String|static=false",
|
|
810
|
-
"target": {
|
|
811
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
812
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
813
|
-
"metadataToken": 100663881
|
|
814
|
-
}
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"tsName": "delimitIdentifier",
|
|
818
|
-
"isStatic": false,
|
|
819
|
-
"tsSignatureId": "DelimitIdentifier|(System.Text.StringBuilder,System.String,System.String):System.Void|static=false",
|
|
820
|
-
"target": {
|
|
821
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
822
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
823
|
-
"metadataToken": 100663882
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
],
|
|
827
|
-
"exposedProperties": [
|
|
828
|
-
{
|
|
829
|
-
"tsName": "startTransactionStatement",
|
|
830
|
-
"isStatic": false,
|
|
831
|
-
"tsSignatureId": "StartTransactionStatement|:System.String|static=false|accessor=get",
|
|
832
|
-
"target": {
|
|
833
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
834
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
835
|
-
"metadataToken": 385876099
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
],
|
|
839
|
-
"exposedConstructors": [
|
|
840
|
-
{
|
|
841
|
-
"isStatic": false,
|
|
842
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelperDependencies):void|static=false",
|
|
843
|
-
"target": {
|
|
844
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
845
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
846
|
-
"metadataToken": 100663879
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
669
|
]
|
|
850
670
|
},
|
|
851
671
|
{
|
|
852
672
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
853
673
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
854
|
-
"tsEmitName": "SqliteStringTypeMapping",
|
|
855
674
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
856
675
|
"metadataToken": 0,
|
|
676
|
+
"kind": "Class",
|
|
677
|
+
"accessibility": "Public",
|
|
678
|
+
"isAbstract": false,
|
|
679
|
+
"isSealed": false,
|
|
680
|
+
"isStatic": false,
|
|
681
|
+
"arity": 0,
|
|
857
682
|
"methods": [],
|
|
858
683
|
"properties": [
|
|
859
684
|
{
|
|
860
685
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
861
686
|
"clrName": "Default",
|
|
862
|
-
"tsEmitName": "default",
|
|
863
687
|
"metadataToken": 385876100,
|
|
864
688
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
865
689
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping|static=true|accessor=get",
|
|
866
690
|
"emitScope": "ClassSurface",
|
|
691
|
+
"provenance": "Original",
|
|
867
692
|
"isIndexer": false,
|
|
868
693
|
"hasGetter": true,
|
|
869
694
|
"hasSetter": false,
|
|
695
|
+
"isStatic": true,
|
|
696
|
+
"isAbstract": false,
|
|
697
|
+
"isVirtual": false,
|
|
698
|
+
"isOverride": false,
|
|
870
699
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
871
700
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
872
701
|
}
|
|
@@ -884,50 +713,36 @@
|
|
|
884
713
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
885
714
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
886
715
|
}
|
|
887
|
-
],
|
|
888
|
-
"exposedProperties": [
|
|
889
|
-
{
|
|
890
|
-
"tsName": "default",
|
|
891
|
-
"isStatic": true,
|
|
892
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping|static=true|accessor=get",
|
|
893
|
-
"target": {
|
|
894
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
895
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
896
|
-
"metadataToken": 385876100
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
],
|
|
900
|
-
"exposedConstructors": [
|
|
901
|
-
{
|
|
902
|
-
"isStatic": false,
|
|
903
|
-
"tsSignatureId": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Boolean,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
904
|
-
"target": {
|
|
905
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
906
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
907
|
-
"metadataToken": 100663884
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
716
|
]
|
|
911
717
|
},
|
|
912
718
|
{
|
|
913
719
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
914
720
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
915
|
-
"tsEmitName": "SqliteTimeOnlyTypeMapping",
|
|
916
721
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
917
722
|
"metadataToken": 0,
|
|
723
|
+
"kind": "Class",
|
|
724
|
+
"accessibility": "Public",
|
|
725
|
+
"isAbstract": false,
|
|
726
|
+
"isSealed": false,
|
|
727
|
+
"isStatic": false,
|
|
728
|
+
"arity": 0,
|
|
918
729
|
"methods": [],
|
|
919
730
|
"properties": [
|
|
920
731
|
{
|
|
921
732
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
922
733
|
"clrName": "Default",
|
|
923
|
-
"tsEmitName": "default",
|
|
924
734
|
"metadataToken": 385876101,
|
|
925
735
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
926
736
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping|static=true|accessor=get",
|
|
927
737
|
"emitScope": "ClassSurface",
|
|
738
|
+
"provenance": "Original",
|
|
928
739
|
"isIndexer": false,
|
|
929
740
|
"hasGetter": true,
|
|
930
741
|
"hasSetter": false,
|
|
742
|
+
"isStatic": true,
|
|
743
|
+
"isAbstract": false,
|
|
744
|
+
"isVirtual": false,
|
|
745
|
+
"isOverride": false,
|
|
931
746
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
932
747
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
933
748
|
}
|
|
@@ -945,48 +760,35 @@
|
|
|
945
760
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
946
761
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
947
762
|
}
|
|
948
|
-
],
|
|
949
|
-
"exposedProperties": [
|
|
950
|
-
{
|
|
951
|
-
"tsName": "default",
|
|
952
|
-
"isStatic": true,
|
|
953
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping|static=true|accessor=get",
|
|
954
|
-
"target": {
|
|
955
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
956
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
957
|
-
"metadataToken": 385876101
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
],
|
|
961
|
-
"exposedConstructors": [
|
|
962
|
-
{
|
|
963
|
-
"isStatic": false,
|
|
964
|
-
"tsSignatureId": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
965
|
-
"target": {
|
|
966
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
967
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
968
|
-
"metadataToken": 100663891
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
763
|
]
|
|
972
764
|
},
|
|
973
765
|
{
|
|
974
766
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
975
767
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
976
|
-
"tsEmitName": "SqliteTypeMappingSource",
|
|
977
768
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
978
769
|
"metadataToken": 0,
|
|
770
|
+
"kind": "Class",
|
|
771
|
+
"accessibility": "Public",
|
|
772
|
+
"isAbstract": false,
|
|
773
|
+
"isSealed": false,
|
|
774
|
+
"isStatic": false,
|
|
775
|
+
"arity": 0,
|
|
979
776
|
"methods": [
|
|
980
777
|
{
|
|
981
778
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource::IsSpatialiteType(System.String):System.Boolean",
|
|
982
779
|
"clrName": "IsSpatialiteType",
|
|
983
|
-
"tsEmitName": "isSpatialiteType",
|
|
984
780
|
"metadataToken": 100663897,
|
|
985
781
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
986
782
|
"normalizedSignature": "IsSpatialiteType|(System.String):System.Boolean|static=true",
|
|
987
783
|
"emitScope": "ClassSurface",
|
|
784
|
+
"provenance": "Original",
|
|
988
785
|
"arity": 0,
|
|
989
786
|
"parameterCount": 1,
|
|
787
|
+
"isStatic": true,
|
|
788
|
+
"isAbstract": false,
|
|
789
|
+
"isVirtual": false,
|
|
790
|
+
"isOverride": false,
|
|
791
|
+
"isSealed": false,
|
|
990
792
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
991
793
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
992
794
|
"isExtensionMethod": false
|
|
@@ -1006,50 +808,36 @@
|
|
|
1006
808
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
1007
809
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1008
810
|
}
|
|
1009
|
-
],
|
|
1010
|
-
"exposedMethods": [
|
|
1011
|
-
{
|
|
1012
|
-
"tsName": "isSpatialiteType",
|
|
1013
|
-
"isStatic": true,
|
|
1014
|
-
"tsSignatureId": "IsSpatialiteType|(System.String):System.Boolean|static=true",
|
|
1015
|
-
"target": {
|
|
1016
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
1017
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1018
|
-
"metadataToken": 100663897
|
|
1019
|
-
}
|
|
1020
|
-
}
|
|
1021
|
-
],
|
|
1022
|
-
"exposedConstructors": [
|
|
1023
|
-
{
|
|
1024
|
-
"isStatic": false,
|
|
1025
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSourceDependencies):void|static=false",
|
|
1026
|
-
"target": {
|
|
1027
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
1028
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1029
|
-
"metadataToken": 100663896
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
811
|
]
|
|
1033
812
|
},
|
|
1034
813
|
{
|
|
1035
814
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1036
815
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1037
|
-
"tsEmitName": "SqliteULongTypeMapping",
|
|
1038
816
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1039
817
|
"metadataToken": 0,
|
|
818
|
+
"kind": "Class",
|
|
819
|
+
"accessibility": "Public",
|
|
820
|
+
"isAbstract": false,
|
|
821
|
+
"isSealed": false,
|
|
822
|
+
"isStatic": false,
|
|
823
|
+
"arity": 0,
|
|
1040
824
|
"methods": [],
|
|
1041
825
|
"properties": [
|
|
1042
826
|
{
|
|
1043
827
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1044
828
|
"clrName": "Default",
|
|
1045
|
-
"tsEmitName": "default",
|
|
1046
829
|
"metadataToken": 385876102,
|
|
1047
830
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1048
831
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping|static=true|accessor=get",
|
|
1049
832
|
"emitScope": "ClassSurface",
|
|
833
|
+
"provenance": "Original",
|
|
1050
834
|
"isIndexer": false,
|
|
1051
835
|
"hasGetter": true,
|
|
1052
836
|
"hasSetter": false,
|
|
837
|
+
"isStatic": true,
|
|
838
|
+
"isAbstract": false,
|
|
839
|
+
"isVirtual": false,
|
|
840
|
+
"isOverride": false,
|
|
1053
841
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1054
842
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1055
843
|
}
|
|
@@ -1067,29 +855,6 @@
|
|
|
1067
855
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1068
856
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1069
857
|
}
|
|
1070
|
-
],
|
|
1071
|
-
"exposedProperties": [
|
|
1072
|
-
{
|
|
1073
|
-
"tsName": "default",
|
|
1074
|
-
"isStatic": true,
|
|
1075
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping|static=true|accessor=get",
|
|
1076
|
-
"target": {
|
|
1077
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1078
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1079
|
-
"metadataToken": 385876102
|
|
1080
|
-
}
|
|
1081
|
-
}
|
|
1082
|
-
],
|
|
1083
|
-
"exposedConstructors": [
|
|
1084
|
-
{
|
|
1085
|
-
"isStatic": false,
|
|
1086
|
-
"tsSignatureId": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
1087
|
-
"target": {
|
|
1088
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1089
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1090
|
-
"metadataToken": 100663903
|
|
1091
|
-
}
|
|
1092
|
-
}
|
|
1093
858
|
]
|
|
1094
859
|
}
|
|
1095
860
|
]
|