@tsonic/efcore-sqlite 0.1.0

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.
Files changed (129) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.Data.Sqlite/bindings.json +6892 -0
  3. package/Microsoft.Data.Sqlite/internal/index.d.ts +430 -0
  4. package/Microsoft.Data.Sqlite/internal/metadata.json +4417 -0
  5. package/Microsoft.Data.Sqlite.d.ts +34 -0
  6. package/Microsoft.Data.Sqlite.js +9 -0
  7. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +167 -0
  8. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +29 -0
  9. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +121 -0
  10. package/Microsoft.DotNet.PlatformAbstractions.d.ts +13 -0
  11. package/Microsoft.DotNet.PlatformAbstractions.js +9 -0
  12. package/Microsoft.EntityFrameworkCore/bindings.json +1892 -0
  13. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +156 -0
  14. package/Microsoft.EntityFrameworkCore/internal/metadata.json +1368 -0
  15. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +528 -0
  16. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +55 -0
  17. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +267 -0
  18. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  19. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +102 -0
  21. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +36 -0
  22. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +82 -0
  23. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +17 -0
  24. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  25. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +83 -0
  26. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +17 -0
  27. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +54 -0
  28. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +304 -0
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +78 -0
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +203 -0
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +21 -0
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  33. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  35. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  36. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -0
  37. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  38. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +17 -0
  39. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  40. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +236 -0
  41. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +57 -0
  42. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +157 -0
  43. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +20 -0
  44. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.js +9 -0
  45. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +587 -0
  46. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +68 -0
  47. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +293 -0
  48. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.d.ts +15 -0
  49. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.js +9 -0
  50. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +202 -0
  51. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +44 -0
  52. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +133 -0
  53. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +18 -0
  54. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.js +9 -0
  55. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +1253 -0
  56. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +83 -0
  57. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +855 -0
  58. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.d.ts +18 -0
  59. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.js +9 -0
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +294 -0
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +43 -0
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +161 -0
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.d.ts +16 -0
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.js +9 -0
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +325 -0
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +48 -0
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +214 -0
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +17 -0
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.js +9 -0
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2892 -0
  71. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +512 -0
  72. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +1844 -0
  73. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +59 -0
  74. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.js +9 -0
  75. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +151 -0
  76. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +44 -0
  77. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +102 -0
  78. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +20 -0
  79. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.js +9 -0
  80. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +1096 -0
  81. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +210 -0
  82. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +707 -0
  83. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +34 -0
  84. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.js +9 -0
  85. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +605 -0
  86. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +93 -0
  87. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +438 -0
  88. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.d.ts +19 -0
  89. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.js +9 -0
  90. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +413 -0
  91. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +80 -0
  92. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +280 -0
  93. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +18 -0
  94. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.d.ts +29 -0
  96. package/Microsoft.EntityFrameworkCore.js +9 -0
  97. package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
  98. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
  99. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
  100. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  101. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  102. package/Microsoft.Extensions.DependencyModel/bindings.json +2871 -0
  103. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +287 -0
  104. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +1654 -0
  105. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +526 -0
  106. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +112 -0
  107. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +329 -0
  108. package/Microsoft.Extensions.DependencyModel.Resolution.d.ts +19 -0
  109. package/Microsoft.Extensions.DependencyModel.Resolution.js +9 -0
  110. package/Microsoft.Extensions.DependencyModel.d.ts +35 -0
  111. package/Microsoft.Extensions.DependencyModel.js +9 -0
  112. package/README.md +5 -0
  113. package/SQLitePCL/bindings.json +19341 -0
  114. package/SQLitePCL/internal/index.d.ts +994 -0
  115. package/SQLitePCL/internal/metadata.json +11902 -0
  116. package/SQLitePCL.d.ts +64 -0
  117. package/SQLitePCL.js +9 -0
  118. package/System.Collections.Generic/bindings.json +164 -0
  119. package/System.Collections.Generic/internal/index.d.ts +25 -0
  120. package/System.Collections.Generic/internal/metadata.json +123 -0
  121. package/System.Collections.Generic.d.ts +14 -0
  122. package/System.Collections.Generic.js +9 -0
  123. package/__build/ref/Program.cs +5 -0
  124. package/__build/ref/ref.csproj +14 -0
  125. package/__build/scripts/generate.sh +116 -0
  126. package/__internal/extensions/index.d.ts +44 -0
  127. package/families.json +1 -0
  128. package/package.json +28 -0
  129. package/tsconfig.json +20 -0
@@ -0,0 +1,1892 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
6
+ "clrName": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
7
+ "tsEmitName": "SqliteComplexTypePropertyBuilderExtensions",
8
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
9
+ "metadataToken": 0,
10
+ "methods": [
11
+ {
12
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions::UseAutoincrement(Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder",
13
+ "clrName": "UseAutoincrement",
14
+ "tsEmitName": "useAutoincrement",
15
+ "metadataToken": 100663379,
16
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder",
17
+ "normalizedSignature": "UseAutoincrement|(Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder|static=true",
18
+ "emitScope": "ClassSurface",
19
+ "arity": 0,
20
+ "parameterCount": 1,
21
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
22
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
23
+ "isExtensionMethod": true
24
+ },
25
+ {
26
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions::UseAutoincrement(ComplexTypePropertyBuilder_1):ComplexTypePropertyBuilder_1",
27
+ "clrName": "UseAutoincrement",
28
+ "tsEmitName": "useAutoincrement",
29
+ "metadataToken": 100663380,
30
+ "canonicalSignature": "(ComplexTypePropertyBuilder_1):ComplexTypePropertyBuilder_1",
31
+ "normalizedSignature": "UseAutoincrement|(ComplexTypePropertyBuilder_1):ComplexTypePropertyBuilder_1|static=true",
32
+ "emitScope": "ClassSurface",
33
+ "arity": 1,
34
+ "parameterCount": 1,
35
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
36
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
37
+ "isExtensionMethod": true
38
+ },
39
+ {
40
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions::HasSrid(Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder,System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder",
41
+ "clrName": "HasSrid",
42
+ "tsEmitName": "hasSrid",
43
+ "metadataToken": 100663381,
44
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder,System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder",
45
+ "normalizedSignature": "HasSrid|(Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder,System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder|static=true",
46
+ "emitScope": "ClassSurface",
47
+ "arity": 0,
48
+ "parameterCount": 2,
49
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
50
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
51
+ "isExtensionMethod": true
52
+ },
53
+ {
54
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions::HasSrid(ComplexTypePropertyBuilder_1,System.Int32):ComplexTypePropertyBuilder_1",
55
+ "clrName": "HasSrid",
56
+ "tsEmitName": "hasSrid",
57
+ "metadataToken": 100663382,
58
+ "canonicalSignature": "(ComplexTypePropertyBuilder_1,System.Int32):ComplexTypePropertyBuilder_1",
59
+ "normalizedSignature": "HasSrid|(ComplexTypePropertyBuilder_1,System.Int32):ComplexTypePropertyBuilder_1|static=true",
60
+ "emitScope": "ClassSurface",
61
+ "arity": 1,
62
+ "parameterCount": 2,
63
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
64
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
65
+ "isExtensionMethod": true
66
+ }
67
+ ],
68
+ "properties": [],
69
+ "fields": [],
70
+ "events": [],
71
+ "constructors": [],
72
+ "exposedMethods": [
73
+ {
74
+ "tsName": "useAutoincrement",
75
+ "isStatic": true,
76
+ "tsSignatureId": "UseAutoincrement|(Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder|static=true",
77
+ "target": {
78
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
79
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
80
+ "metadataToken": 100663379
81
+ }
82
+ },
83
+ {
84
+ "tsName": "useAutoincrement",
85
+ "isStatic": true,
86
+ "tsSignatureId": "UseAutoincrement|(ComplexTypePropertyBuilder_1):ComplexTypePropertyBuilder_1|static=true",
87
+ "target": {
88
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
89
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
90
+ "metadataToken": 100663380
91
+ }
92
+ },
93
+ {
94
+ "tsName": "hasSrid",
95
+ "isStatic": true,
96
+ "tsSignatureId": "HasSrid|(Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder,System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder|static=true",
97
+ "target": {
98
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
99
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
100
+ "metadataToken": 100663381
101
+ }
102
+ },
103
+ {
104
+ "tsName": "hasSrid",
105
+ "isStatic": true,
106
+ "tsSignatureId": "HasSrid|(ComplexTypePropertyBuilder_1,System.Int32):ComplexTypePropertyBuilder_1|static=true",
107
+ "target": {
108
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteComplexTypePropertyBuilderExtensions",
109
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
110
+ "metadataToken": 100663382
111
+ }
112
+ }
113
+ ]
114
+ },
115
+ {
116
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDatabaseFacadeExtensions",
117
+ "clrName": "Microsoft.EntityFrameworkCore.SqliteDatabaseFacadeExtensions",
118
+ "tsEmitName": "SqliteDatabaseFacadeExtensions",
119
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
120
+ "metadataToken": 0,
121
+ "methods": [
122
+ {
123
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDatabaseFacadeExtensions::IsSqlite(Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade):System.Boolean",
124
+ "clrName": "IsSqlite",
125
+ "tsEmitName": "isSqlite",
126
+ "metadataToken": 100663383,
127
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade):System.Boolean",
128
+ "normalizedSignature": "IsSqlite|(Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade):System.Boolean|static=true",
129
+ "emitScope": "ClassSurface",
130
+ "arity": 0,
131
+ "parameterCount": 1,
132
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDatabaseFacadeExtensions",
133
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
134
+ "isExtensionMethod": true
135
+ }
136
+ ],
137
+ "properties": [],
138
+ "fields": [],
139
+ "events": [],
140
+ "constructors": [],
141
+ "exposedMethods": [
142
+ {
143
+ "tsName": "isSqlite",
144
+ "isStatic": true,
145
+ "tsSignatureId": "IsSqlite|(Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade):System.Boolean|static=true",
146
+ "target": {
147
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDatabaseFacadeExtensions",
148
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
149
+ "metadataToken": 100663383
150
+ }
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
156
+ "clrName": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
157
+ "tsEmitName": "SqliteDbContextOptionsBuilderExtensions",
158
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
159
+ "metadataToken": 0,
160
+ "methods": [
161
+ {
162
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions::UseSqlite(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
163
+ "clrName": "UseSqlite",
164
+ "tsEmitName": "useSqlite",
165
+ "metadataToken": 100663384,
166
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
167
+ "normalizedSignature": "UseSqlite|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=true",
168
+ "emitScope": "ClassSurface",
169
+ "arity": 0,
170
+ "parameterCount": 2,
171
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
172
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
173
+ "isExtensionMethod": true
174
+ },
175
+ {
176
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions::UseSqlite(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.String,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
177
+ "clrName": "UseSqlite",
178
+ "tsEmitName": "useSqlite",
179
+ "metadataToken": 100663385,
180
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.String,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
181
+ "normalizedSignature": "UseSqlite|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.String,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=true",
182
+ "emitScope": "ClassSurface",
183
+ "arity": 0,
184
+ "parameterCount": 3,
185
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
186
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
187
+ "isExtensionMethod": true
188
+ },
189
+ {
190
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions::UseSqlite(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Data.Common.DbConnection,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
191
+ "clrName": "UseSqlite",
192
+ "tsEmitName": "useSqlite",
193
+ "metadataToken": 100663386,
194
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Data.Common.DbConnection,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
195
+ "normalizedSignature": "UseSqlite|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Data.Common.DbConnection,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=true",
196
+ "emitScope": "ClassSurface",
197
+ "arity": 0,
198
+ "parameterCount": 3,
199
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
200
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
201
+ "isExtensionMethod": true
202
+ },
203
+ {
204
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions::UseSqlite(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Data.Common.DbConnection,System.Boolean,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
205
+ "clrName": "UseSqlite",
206
+ "tsEmitName": "useSqlite",
207
+ "metadataToken": 100663387,
208
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Data.Common.DbConnection,System.Boolean,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder",
209
+ "normalizedSignature": "UseSqlite|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Data.Common.DbConnection,System.Boolean,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=true",
210
+ "emitScope": "ClassSurface",
211
+ "arity": 0,
212
+ "parameterCount": 4,
213
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
214
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
215
+ "isExtensionMethod": true
216
+ },
217
+ {
218
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions::UseSqlite(DbContextOptionsBuilder_1,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1",
219
+ "clrName": "UseSqlite",
220
+ "tsEmitName": "useSqlite",
221
+ "metadataToken": 100663388,
222
+ "canonicalSignature": "(DbContextOptionsBuilder_1,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1",
223
+ "normalizedSignature": "UseSqlite|(DbContextOptionsBuilder_1,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1|static=true",
224
+ "emitScope": "ClassSurface",
225
+ "arity": 1,
226
+ "parameterCount": 2,
227
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
228
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
229
+ "isExtensionMethod": true
230
+ },
231
+ {
232
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions::UseSqlite(DbContextOptionsBuilder_1,System.String,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1",
233
+ "clrName": "UseSqlite",
234
+ "tsEmitName": "useSqlite",
235
+ "metadataToken": 100663389,
236
+ "canonicalSignature": "(DbContextOptionsBuilder_1,System.String,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1",
237
+ "normalizedSignature": "UseSqlite|(DbContextOptionsBuilder_1,System.String,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1|static=true",
238
+ "emitScope": "ClassSurface",
239
+ "arity": 1,
240
+ "parameterCount": 3,
241
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
242
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
243
+ "isExtensionMethod": true
244
+ },
245
+ {
246
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions::UseSqlite(DbContextOptionsBuilder_1,System.Data.Common.DbConnection,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1",
247
+ "clrName": "UseSqlite",
248
+ "tsEmitName": "useSqlite",
249
+ "metadataToken": 100663390,
250
+ "canonicalSignature": "(DbContextOptionsBuilder_1,System.Data.Common.DbConnection,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1",
251
+ "normalizedSignature": "UseSqlite|(DbContextOptionsBuilder_1,System.Data.Common.DbConnection,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1|static=true",
252
+ "emitScope": "ClassSurface",
253
+ "arity": 1,
254
+ "parameterCount": 3,
255
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
256
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
257
+ "isExtensionMethod": true
258
+ },
259
+ {
260
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions::UseSqlite(DbContextOptionsBuilder_1,System.Data.Common.DbConnection,System.Boolean,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1",
261
+ "clrName": "UseSqlite",
262
+ "tsEmitName": "useSqlite",
263
+ "metadataToken": 100663391,
264
+ "canonicalSignature": "(DbContextOptionsBuilder_1,System.Data.Common.DbConnection,System.Boolean,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1",
265
+ "normalizedSignature": "UseSqlite|(DbContextOptionsBuilder_1,System.Data.Common.DbConnection,System.Boolean,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1|static=true",
266
+ "emitScope": "ClassSurface",
267
+ "arity": 1,
268
+ "parameterCount": 4,
269
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
270
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
271
+ "isExtensionMethod": true
272
+ }
273
+ ],
274
+ "properties": [],
275
+ "fields": [],
276
+ "events": [],
277
+ "constructors": [],
278
+ "exposedMethods": [
279
+ {
280
+ "tsName": "useSqlite",
281
+ "isStatic": true,
282
+ "tsSignatureId": "UseSqlite|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=true",
283
+ "target": {
284
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
285
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
286
+ "metadataToken": 100663384
287
+ }
288
+ },
289
+ {
290
+ "tsName": "useSqlite",
291
+ "isStatic": true,
292
+ "tsSignatureId": "UseSqlite|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.String,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=true",
293
+ "target": {
294
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
295
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
296
+ "metadataToken": 100663385
297
+ }
298
+ },
299
+ {
300
+ "tsName": "useSqlite",
301
+ "isStatic": true,
302
+ "tsSignatureId": "UseSqlite|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Data.Common.DbConnection,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=true",
303
+ "target": {
304
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
305
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
306
+ "metadataToken": 100663386
307
+ }
308
+ },
309
+ {
310
+ "tsName": "useSqlite",
311
+ "isStatic": true,
312
+ "tsSignatureId": "UseSqlite|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,System.Data.Common.DbConnection,System.Boolean,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.DbContextOptionsBuilder|static=true",
313
+ "target": {
314
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
315
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
316
+ "metadataToken": 100663387
317
+ }
318
+ },
319
+ {
320
+ "tsName": "useSqlite",
321
+ "isStatic": true,
322
+ "tsSignatureId": "UseSqlite|(DbContextOptionsBuilder_1,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1|static=true",
323
+ "target": {
324
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
325
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
326
+ "metadataToken": 100663388
327
+ }
328
+ },
329
+ {
330
+ "tsName": "useSqlite",
331
+ "isStatic": true,
332
+ "tsSignatureId": "UseSqlite|(DbContextOptionsBuilder_1,System.String,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1|static=true",
333
+ "target": {
334
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
335
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
336
+ "metadataToken": 100663389
337
+ }
338
+ },
339
+ {
340
+ "tsName": "useSqlite",
341
+ "isStatic": true,
342
+ "tsSignatureId": "UseSqlite|(DbContextOptionsBuilder_1,System.Data.Common.DbConnection,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1|static=true",
343
+ "target": {
344
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
345
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
346
+ "metadataToken": 100663390
347
+ }
348
+ },
349
+ {
350
+ "tsName": "useSqlite",
351
+ "isStatic": true,
352
+ "tsSignatureId": "UseSqlite|(DbContextOptionsBuilder_1,System.Data.Common.DbConnection,System.Boolean,System.Action_1[[Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):DbContextOptionsBuilder_1|static=true",
353
+ "target": {
354
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbContextOptionsBuilderExtensions",
355
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
356
+ "metadataToken": 100663391
357
+ }
358
+ }
359
+ ]
360
+ },
361
+ {
362
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
363
+ "clrName": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
364
+ "tsEmitName": "SqliteDbFunctionsExtensions",
365
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
366
+ "metadataToken": 0,
367
+ "methods": [
368
+ {
369
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions::Glob(Microsoft.EntityFrameworkCore.DbFunctions,System.String,System.String):System.Boolean",
370
+ "clrName": "Glob",
371
+ "tsEmitName": "glob",
372
+ "metadataToken": 100663394,
373
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbFunctions,System.String,System.String):System.Boolean",
374
+ "normalizedSignature": "Glob|(Microsoft.EntityFrameworkCore.DbFunctions,System.String,System.String):System.Boolean|static=true",
375
+ "emitScope": "ClassSurface",
376
+ "arity": 0,
377
+ "parameterCount": 3,
378
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
379
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
380
+ "isExtensionMethod": true
381
+ },
382
+ {
383
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions::Hex(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[]):System.String",
384
+ "clrName": "Hex",
385
+ "tsEmitName": "hex",
386
+ "metadataToken": 100663395,
387
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[]):System.String",
388
+ "normalizedSignature": "Hex|(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[]):System.String|static=true",
389
+ "emitScope": "ClassSurface",
390
+ "arity": 0,
391
+ "parameterCount": 2,
392
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
393
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
394
+ "isExtensionMethod": true
395
+ },
396
+ {
397
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions::Unhex(Microsoft.EntityFrameworkCore.DbFunctions,System.String):System.Byte[]",
398
+ "clrName": "Unhex",
399
+ "tsEmitName": "unhex",
400
+ "metadataToken": 100663396,
401
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbFunctions,System.String):System.Byte[]",
402
+ "normalizedSignature": "Unhex|(Microsoft.EntityFrameworkCore.DbFunctions,System.String):System.Byte[]|static=true",
403
+ "emitScope": "ClassSurface",
404
+ "arity": 0,
405
+ "parameterCount": 2,
406
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
407
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
408
+ "isExtensionMethod": true
409
+ },
410
+ {
411
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions::Unhex(Microsoft.EntityFrameworkCore.DbFunctions,System.String,System.String):System.Byte[]",
412
+ "clrName": "Unhex",
413
+ "tsEmitName": "unhex",
414
+ "metadataToken": 100663397,
415
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbFunctions,System.String,System.String):System.Byte[]",
416
+ "normalizedSignature": "Unhex|(Microsoft.EntityFrameworkCore.DbFunctions,System.String,System.String):System.Byte[]|static=true",
417
+ "emitScope": "ClassSurface",
418
+ "arity": 0,
419
+ "parameterCount": 3,
420
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
421
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
422
+ "isExtensionMethod": true
423
+ },
424
+ {
425
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions::Substr(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[],System.Int32):System.Byte[]",
426
+ "clrName": "Substr",
427
+ "tsEmitName": "substr",
428
+ "metadataToken": 100663398,
429
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[],System.Int32):System.Byte[]",
430
+ "normalizedSignature": "Substr|(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[],System.Int32):System.Byte[]|static=true",
431
+ "emitScope": "ClassSurface",
432
+ "arity": 0,
433
+ "parameterCount": 3,
434
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
435
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
436
+ "isExtensionMethod": true
437
+ },
438
+ {
439
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions::Substr(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[],System.Int32,System.Int32):System.Byte[]",
440
+ "clrName": "Substr",
441
+ "tsEmitName": "substr",
442
+ "metadataToken": 100663399,
443
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[],System.Int32,System.Int32):System.Byte[]",
444
+ "normalizedSignature": "Substr|(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[],System.Int32,System.Int32):System.Byte[]|static=true",
445
+ "emitScope": "ClassSurface",
446
+ "arity": 0,
447
+ "parameterCount": 4,
448
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
449
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
450
+ "isExtensionMethod": true
451
+ }
452
+ ],
453
+ "properties": [],
454
+ "fields": [],
455
+ "events": [],
456
+ "constructors": [],
457
+ "exposedMethods": [
458
+ {
459
+ "tsName": "glob",
460
+ "isStatic": true,
461
+ "tsSignatureId": "Glob|(Microsoft.EntityFrameworkCore.DbFunctions,System.String,System.String):System.Boolean|static=true",
462
+ "target": {
463
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
464
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
465
+ "metadataToken": 100663394
466
+ }
467
+ },
468
+ {
469
+ "tsName": "hex",
470
+ "isStatic": true,
471
+ "tsSignatureId": "Hex|(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[]):System.String|static=true",
472
+ "target": {
473
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
474
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
475
+ "metadataToken": 100663395
476
+ }
477
+ },
478
+ {
479
+ "tsName": "unhex",
480
+ "isStatic": true,
481
+ "tsSignatureId": "Unhex|(Microsoft.EntityFrameworkCore.DbFunctions,System.String):System.Byte[]|static=true",
482
+ "target": {
483
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
484
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
485
+ "metadataToken": 100663396
486
+ }
487
+ },
488
+ {
489
+ "tsName": "unhex",
490
+ "isStatic": true,
491
+ "tsSignatureId": "Unhex|(Microsoft.EntityFrameworkCore.DbFunctions,System.String,System.String):System.Byte[]|static=true",
492
+ "target": {
493
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
494
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
495
+ "metadataToken": 100663397
496
+ }
497
+ },
498
+ {
499
+ "tsName": "substr",
500
+ "isStatic": true,
501
+ "tsSignatureId": "Substr|(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[],System.Int32):System.Byte[]|static=true",
502
+ "target": {
503
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
504
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
505
+ "metadataToken": 100663398
506
+ }
507
+ },
508
+ {
509
+ "tsName": "substr",
510
+ "isStatic": true,
511
+ "tsSignatureId": "Substr|(Microsoft.EntityFrameworkCore.DbFunctions,System.Byte[],System.Int32,System.Int32):System.Byte[]|static=true",
512
+ "target": {
513
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteDbFunctionsExtensions",
514
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
515
+ "metadataToken": 100663399
516
+ }
517
+ }
518
+ ]
519
+ },
520
+ {
521
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
522
+ "clrName": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
523
+ "tsEmitName": "SqliteEntityTypeBuilderExtensions",
524
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
525
+ "metadataToken": 0,
526
+ "methods": [
527
+ {
528
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder",
529
+ "clrName": "UseSqlReturningClause",
530
+ "tsEmitName": "useSqlReturningClause",
531
+ "metadataToken": 100663400,
532
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder",
533
+ "normalizedSignature": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder|static=true",
534
+ "emitScope": "ClassSurface",
535
+ "arity": 0,
536
+ "parameterCount": 3,
537
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
538
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
539
+ "isExtensionMethod": true
540
+ },
541
+ {
542
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder",
543
+ "clrName": "UseSqlReturningClause",
544
+ "tsEmitName": "useSqlReturningClause",
545
+ "metadataToken": 100663401,
546
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder",
547
+ "normalizedSignature": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder|static=true",
548
+ "emitScope": "ClassSurface",
549
+ "arity": 0,
550
+ "parameterCount": 4,
551
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
552
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
553
+ "isExtensionMethod": true,
554
+ "parameterModifiers": [
555
+ {
556
+ "index": 2,
557
+ "modifier": "in"
558
+ }
559
+ ]
560
+ },
561
+ {
562
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions::CanUseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
563
+ "clrName": "CanUseSqlReturningClause",
564
+ "tsEmitName": "canUseSqlReturningClause",
565
+ "metadataToken": 100663402,
566
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
567
+ "normalizedSignature": "CanUseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean|static=true",
568
+ "emitScope": "ClassSurface",
569
+ "arity": 0,
570
+ "parameterCount": 3,
571
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
572
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
573
+ "isExtensionMethod": true
574
+ },
575
+ {
576
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions::CanUseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean",
577
+ "clrName": "CanUseSqlReturningClause",
578
+ "tsEmitName": "canUseSqlReturningClause",
579
+ "metadataToken": 100663403,
580
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean",
581
+ "normalizedSignature": "CanUseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean|static=true",
582
+ "emitScope": "ClassSurface",
583
+ "arity": 0,
584
+ "parameterCount": 4,
585
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
586
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
587
+ "isExtensionMethod": true,
588
+ "parameterModifiers": [
589
+ {
590
+ "index": 2,
591
+ "modifier": "in"
592
+ }
593
+ ]
594
+ }
595
+ ],
596
+ "properties": [],
597
+ "fields": [],
598
+ "events": [],
599
+ "constructors": [],
600
+ "exposedMethods": [
601
+ {
602
+ "tsName": "useSqlReturningClause",
603
+ "isStatic": true,
604
+ "tsSignatureId": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder|static=true",
605
+ "target": {
606
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
607
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
608
+ "metadataToken": 100663400
609
+ }
610
+ },
611
+ {
612
+ "tsName": "useSqlReturningClause",
613
+ "isStatic": true,
614
+ "tsSignatureId": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder|static=true",
615
+ "target": {
616
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
617
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
618
+ "metadataToken": 100663401
619
+ }
620
+ },
621
+ {
622
+ "tsName": "canUseSqlReturningClause",
623
+ "isStatic": true,
624
+ "tsSignatureId": "CanUseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean|static=true",
625
+ "target": {
626
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
627
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
628
+ "metadataToken": 100663402
629
+ }
630
+ },
631
+ {
632
+ "tsName": "canUseSqlReturningClause",
633
+ "isStatic": true,
634
+ "tsSignatureId": "CanUseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean|static=true",
635
+ "target": {
636
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeBuilderExtensions",
637
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
638
+ "metadataToken": 100663403
639
+ }
640
+ }
641
+ ]
642
+ },
643
+ {
644
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
645
+ "clrName": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
646
+ "tsEmitName": "SqliteEntityTypeExtensions",
647
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
648
+ "metadataToken": 0,
649
+ "methods": [
650
+ {
651
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions::IsSqlReturningClauseUsed(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType):System.Boolean",
652
+ "clrName": "IsSqlReturningClauseUsed",
653
+ "tsEmitName": "isSqlReturningClauseUsed",
654
+ "metadataToken": 100663404,
655
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType):System.Boolean",
656
+ "normalizedSignature": "IsSqlReturningClauseUsed|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType):System.Boolean|static=true",
657
+ "emitScope": "ClassSurface",
658
+ "arity": 0,
659
+ "parameterCount": 1,
660
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
661
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
662
+ "isExtensionMethod": true
663
+ },
664
+ {
665
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
666
+ "clrName": "UseSqlReturningClause",
667
+ "tsEmitName": "useSqlReturningClause",
668
+ "metadataToken": 100663405,
669
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
670
+ "normalizedSignature": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
671
+ "emitScope": "ClassSurface",
672
+ "arity": 0,
673
+ "parameterCount": 2,
674
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
675
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
676
+ "isExtensionMethod": true
677
+ },
678
+ {
679
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
680
+ "clrName": "UseSqlReturningClause",
681
+ "tsEmitName": "useSqlReturningClause",
682
+ "metadataToken": 100663406,
683
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
684
+ "normalizedSignature": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
685
+ "emitScope": "ClassSurface",
686
+ "arity": 0,
687
+ "parameterCount": 3,
688
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
689
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
690
+ "isExtensionMethod": true
691
+ },
692
+ {
693
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions::GetUseSqlReturningClauseConfigurationSource(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
694
+ "clrName": "GetUseSqlReturningClauseConfigurationSource",
695
+ "tsEmitName": "getUseSqlReturningClauseConfigurationSource",
696
+ "metadataToken": 100663407,
697
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
698
+ "normalizedSignature": "GetUseSqlReturningClauseConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
699
+ "emitScope": "ClassSurface",
700
+ "arity": 0,
701
+ "parameterCount": 1,
702
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
703
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
704
+ "isExtensionMethod": true
705
+ },
706
+ {
707
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions::GetUseSqlReturningClauseConfigurationSource(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
708
+ "clrName": "GetUseSqlReturningClauseConfigurationSource",
709
+ "tsEmitName": "getUseSqlReturningClauseConfigurationSource",
710
+ "metadataToken": 100663408,
711
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
712
+ "normalizedSignature": "GetUseSqlReturningClauseConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
713
+ "emitScope": "ClassSurface",
714
+ "arity": 0,
715
+ "parameterCount": 2,
716
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
717
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
718
+ "isExtensionMethod": true,
719
+ "parameterModifiers": [
720
+ {
721
+ "index": 1,
722
+ "modifier": "in"
723
+ }
724
+ ]
725
+ },
726
+ {
727
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions::IsSqlReturningClauseUsed(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Boolean",
728
+ "clrName": "IsSqlReturningClauseUsed",
729
+ "tsEmitName": "isSqlReturningClauseUsed",
730
+ "metadataToken": 100663409,
731
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Boolean",
732
+ "normalizedSignature": "IsSqlReturningClauseUsed|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Boolean|static=true",
733
+ "emitScope": "ClassSurface",
734
+ "arity": 0,
735
+ "parameterCount": 2,
736
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
737
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
738
+ "isExtensionMethod": true,
739
+ "parameterModifiers": [
740
+ {
741
+ "index": 1,
742
+ "modifier": "in"
743
+ }
744
+ ]
745
+ },
746
+ {
747
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Void",
748
+ "clrName": "UseSqlReturningClause",
749
+ "tsEmitName": "useSqlReturningClause",
750
+ "metadataToken": 100663410,
751
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Void",
752
+ "normalizedSignature": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Void|static=true",
753
+ "emitScope": "ClassSurface",
754
+ "arity": 0,
755
+ "parameterCount": 3,
756
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
757
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
758
+ "isExtensionMethod": true,
759
+ "parameterModifiers": [
760
+ {
761
+ "index": 2,
762
+ "modifier": "in"
763
+ }
764
+ ]
765
+ },
766
+ {
767
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
768
+ "clrName": "UseSqlReturningClause",
769
+ "tsEmitName": "useSqlReturningClause",
770
+ "metadataToken": 100663411,
771
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
772
+ "normalizedSignature": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
773
+ "emitScope": "ClassSurface",
774
+ "arity": 0,
775
+ "parameterCount": 4,
776
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
777
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
778
+ "isExtensionMethod": true,
779
+ "parameterModifiers": [
780
+ {
781
+ "index": 2,
782
+ "modifier": "in"
783
+ }
784
+ ]
785
+ }
786
+ ],
787
+ "properties": [],
788
+ "fields": [],
789
+ "events": [],
790
+ "constructors": [],
791
+ "exposedMethods": [
792
+ {
793
+ "tsName": "isSqlReturningClauseUsed",
794
+ "isStatic": true,
795
+ "tsSignatureId": "IsSqlReturningClauseUsed|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType):System.Boolean|static=true",
796
+ "target": {
797
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
798
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
799
+ "metadataToken": 100663404
800
+ }
801
+ },
802
+ {
803
+ "tsName": "useSqlReturningClause",
804
+ "isStatic": true,
805
+ "tsSignatureId": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
806
+ "target": {
807
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
808
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
809
+ "metadataToken": 100663405
810
+ }
811
+ },
812
+ {
813
+ "tsName": "useSqlReturningClause",
814
+ "isStatic": true,
815
+ "tsSignatureId": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
816
+ "target": {
817
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
818
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
819
+ "metadataToken": 100663406
820
+ }
821
+ },
822
+ {
823
+ "tsName": "getUseSqlReturningClauseConfigurationSource",
824
+ "isStatic": true,
825
+ "tsSignatureId": "GetUseSqlReturningClauseConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
826
+ "target": {
827
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
828
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
829
+ "metadataToken": 100663407
830
+ }
831
+ },
832
+ {
833
+ "tsName": "getUseSqlReturningClauseConfigurationSource",
834
+ "isStatic": true,
835
+ "tsSignatureId": "GetUseSqlReturningClauseConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
836
+ "target": {
837
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
838
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
839
+ "metadataToken": 100663408
840
+ }
841
+ },
842
+ {
843
+ "tsName": "isSqlReturningClauseUsed",
844
+ "isStatic": true,
845
+ "tsSignatureId": "IsSqlReturningClauseUsed|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Boolean|static=true",
846
+ "target": {
847
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
848
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
849
+ "metadataToken": 100663409
850
+ }
851
+ },
852
+ {
853
+ "tsName": "useSqlReturningClause",
854
+ "isStatic": true,
855
+ "tsSignatureId": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Void|static=true",
856
+ "target": {
857
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
858
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
859
+ "metadataToken": 100663410
860
+ }
861
+ },
862
+ {
863
+ "tsName": "useSqlReturningClause",
864
+ "isStatic": true,
865
+ "tsSignatureId": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
866
+ "target": {
867
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeExtensions",
868
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
869
+ "metadataToken": 100663411
870
+ }
871
+ }
872
+ ]
873
+ },
874
+ {
875
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
876
+ "clrName": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
877
+ "tsEmitName": "SqliteEntityTypeMappingFragmentExtensions",
878
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
879
+ "metadataToken": 0,
880
+ "methods": [
881
+ {
882
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions::IsSqlReturningClauseUsed(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment):System.Boolean",
883
+ "clrName": "IsSqlReturningClauseUsed",
884
+ "tsEmitName": "isSqlReturningClauseUsed",
885
+ "metadataToken": 100663412,
886
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment):System.Boolean",
887
+ "normalizedSignature": "IsSqlReturningClauseUsed|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment):System.Boolean|static=true",
888
+ "emitScope": "ClassSurface",
889
+ "arity": 0,
890
+ "parameterCount": 1,
891
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
892
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
893
+ "isExtensionMethod": true
894
+ },
895
+ {
896
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityTypeMappingFragment,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
897
+ "clrName": "UseSqlReturningClause",
898
+ "tsEmitName": "useSqlReturningClause",
899
+ "metadataToken": 100663413,
900
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityTypeMappingFragment,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
901
+ "normalizedSignature": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityTypeMappingFragment,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
902
+ "emitScope": "ClassSurface",
903
+ "arity": 0,
904
+ "parameterCount": 2,
905
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
906
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
907
+ "isExtensionMethod": true
908
+ },
909
+ {
910
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
911
+ "clrName": "UseSqlReturningClause",
912
+ "tsEmitName": "useSqlReturningClause",
913
+ "metadataToken": 100663414,
914
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
915
+ "normalizedSignature": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
916
+ "emitScope": "ClassSurface",
917
+ "arity": 0,
918
+ "parameterCount": 3,
919
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
920
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
921
+ "isExtensionMethod": true
922
+ },
923
+ {
924
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions::GetUseSqlReturningClauseConfigurationSource(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
925
+ "clrName": "GetUseSqlReturningClauseConfigurationSource",
926
+ "tsEmitName": "getUseSqlReturningClauseConfigurationSource",
927
+ "metadataToken": 100663415,
928
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
929
+ "normalizedSignature": "GetUseSqlReturningClauseConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
930
+ "emitScope": "ClassSurface",
931
+ "arity": 0,
932
+ "parameterCount": 1,
933
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
934
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
935
+ "isExtensionMethod": true
936
+ }
937
+ ],
938
+ "properties": [],
939
+ "fields": [],
940
+ "events": [],
941
+ "constructors": [],
942
+ "exposedMethods": [
943
+ {
944
+ "tsName": "isSqlReturningClauseUsed",
945
+ "isStatic": true,
946
+ "tsSignatureId": "IsSqlReturningClauseUsed|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment):System.Boolean|static=true",
947
+ "target": {
948
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
949
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
950
+ "metadataToken": 100663412
951
+ }
952
+ },
953
+ {
954
+ "tsName": "useSqlReturningClause",
955
+ "isStatic": true,
956
+ "tsSignatureId": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IMutableEntityTypeMappingFragment,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
957
+ "target": {
958
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
959
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
960
+ "metadataToken": 100663413
961
+ }
962
+ },
963
+ {
964
+ "tsName": "useSqlReturningClause",
965
+ "isStatic": true,
966
+ "tsSignatureId": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
967
+ "target": {
968
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
969
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
970
+ "metadataToken": 100663414
971
+ }
972
+ },
973
+ {
974
+ "tsName": "getUseSqlReturningClauseConfigurationSource",
975
+ "isStatic": true,
976
+ "tsSignatureId": "GetUseSqlReturningClauseConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
977
+ "target": {
978
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteEntityTypeMappingFragmentExtensions",
979
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
980
+ "metadataToken": 100663415
981
+ }
982
+ }
983
+ ]
984
+ },
985
+ {
986
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
987
+ "clrName": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
988
+ "tsEmitName": "SqlitePropertyBuilderExtensions",
989
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
990
+ "metadataToken": 0,
991
+ "methods": [
992
+ {
993
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions::UseAutoincrement(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder",
994
+ "clrName": "UseAutoincrement",
995
+ "tsEmitName": "useAutoincrement",
996
+ "metadataToken": 100663416,
997
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder",
998
+ "normalizedSignature": "UseAutoincrement|(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder|static=true",
999
+ "emitScope": "ClassSurface",
1000
+ "arity": 0,
1001
+ "parameterCount": 1,
1002
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1003
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1004
+ "isExtensionMethod": true
1005
+ },
1006
+ {
1007
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions::UseAutoincrement(PropertyBuilder_1):PropertyBuilder_1",
1008
+ "clrName": "UseAutoincrement",
1009
+ "tsEmitName": "useAutoincrement",
1010
+ "metadataToken": 100663417,
1011
+ "canonicalSignature": "(PropertyBuilder_1):PropertyBuilder_1",
1012
+ "normalizedSignature": "UseAutoincrement|(PropertyBuilder_1):PropertyBuilder_1|static=true",
1013
+ "emitScope": "ClassSurface",
1014
+ "arity": 1,
1015
+ "parameterCount": 1,
1016
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1017
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1018
+ "isExtensionMethod": true
1019
+ },
1020
+ {
1021
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions::UseAutoincrement(Microsoft.EntityFrameworkCore.Metadata.Builders.ColumnBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.ColumnBuilder",
1022
+ "clrName": "UseAutoincrement",
1023
+ "tsEmitName": "useAutoincrement",
1024
+ "metadataToken": 100663418,
1025
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.ColumnBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.ColumnBuilder",
1026
+ "normalizedSignature": "UseAutoincrement|(Microsoft.EntityFrameworkCore.Metadata.Builders.ColumnBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.ColumnBuilder|static=true",
1027
+ "emitScope": "ClassSurface",
1028
+ "arity": 0,
1029
+ "parameterCount": 1,
1030
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1031
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1032
+ "isExtensionMethod": true
1033
+ },
1034
+ {
1035
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions::HasValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder",
1036
+ "clrName": "HasValueGenerationStrategy",
1037
+ "tsEmitName": "hasValueGenerationStrategy",
1038
+ "metadataToken": 100663419,
1039
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder",
1040
+ "normalizedSignature": "HasValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder|static=true",
1041
+ "emitScope": "ClassSurface",
1042
+ "arity": 0,
1043
+ "parameterCount": 3,
1044
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1045
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1046
+ "isExtensionMethod": true
1047
+ },
1048
+ {
1049
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions::CanSetValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Boolean",
1050
+ "clrName": "CanSetValueGenerationStrategy",
1051
+ "tsEmitName": "canSetValueGenerationStrategy",
1052
+ "metadataToken": 100663420,
1053
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Boolean",
1054
+ "normalizedSignature": "CanSetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Boolean|static=true",
1055
+ "emitScope": "ClassSurface",
1056
+ "arity": 0,
1057
+ "parameterCount": 3,
1058
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1059
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1060
+ "isExtensionMethod": true
1061
+ },
1062
+ {
1063
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions::HasSrid(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder,System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder",
1064
+ "clrName": "HasSrid",
1065
+ "tsEmitName": "hasSrid",
1066
+ "metadataToken": 100663421,
1067
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder,System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder",
1068
+ "normalizedSignature": "HasSrid|(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder,System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder|static=true",
1069
+ "emitScope": "ClassSurface",
1070
+ "arity": 0,
1071
+ "parameterCount": 2,
1072
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1073
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1074
+ "isExtensionMethod": true
1075
+ },
1076
+ {
1077
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions::HasSrid(PropertyBuilder_1,System.Int32):PropertyBuilder_1",
1078
+ "clrName": "HasSrid",
1079
+ "tsEmitName": "hasSrid",
1080
+ "metadataToken": 100663422,
1081
+ "canonicalSignature": "(PropertyBuilder_1,System.Int32):PropertyBuilder_1",
1082
+ "normalizedSignature": "HasSrid|(PropertyBuilder_1,System.Int32):PropertyBuilder_1|static=true",
1083
+ "emitScope": "ClassSurface",
1084
+ "arity": 1,
1085
+ "parameterCount": 2,
1086
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1087
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1088
+ "isExtensionMethod": true
1089
+ },
1090
+ {
1091
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions::HasSrid(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder",
1092
+ "clrName": "HasSrid",
1093
+ "tsEmitName": "hasSrid",
1094
+ "metadataToken": 100663423,
1095
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder",
1096
+ "normalizedSignature": "HasSrid|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder|static=true",
1097
+ "emitScope": "ClassSurface",
1098
+ "arity": 0,
1099
+ "parameterCount": 3,
1100
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1101
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1102
+ "isExtensionMethod": true
1103
+ },
1104
+ {
1105
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions::CanSetSrid(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
1106
+ "clrName": "CanSetSrid",
1107
+ "tsEmitName": "canSetSrid",
1108
+ "metadataToken": 100663424,
1109
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
1110
+ "normalizedSignature": "CanSetSrid|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean|static=true",
1111
+ "emitScope": "ClassSurface",
1112
+ "arity": 0,
1113
+ "parameterCount": 3,
1114
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1115
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1116
+ "isExtensionMethod": true
1117
+ }
1118
+ ],
1119
+ "properties": [],
1120
+ "fields": [],
1121
+ "events": [],
1122
+ "constructors": [],
1123
+ "exposedMethods": [
1124
+ {
1125
+ "tsName": "useAutoincrement",
1126
+ "isStatic": true,
1127
+ "tsSignatureId": "UseAutoincrement|(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder|static=true",
1128
+ "target": {
1129
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1130
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1131
+ "metadataToken": 100663416
1132
+ }
1133
+ },
1134
+ {
1135
+ "tsName": "useAutoincrement",
1136
+ "isStatic": true,
1137
+ "tsSignatureId": "UseAutoincrement|(PropertyBuilder_1):PropertyBuilder_1|static=true",
1138
+ "target": {
1139
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1140
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1141
+ "metadataToken": 100663417
1142
+ }
1143
+ },
1144
+ {
1145
+ "tsName": "useAutoincrement",
1146
+ "isStatic": true,
1147
+ "tsSignatureId": "UseAutoincrement|(Microsoft.EntityFrameworkCore.Metadata.Builders.ColumnBuilder):Microsoft.EntityFrameworkCore.Metadata.Builders.ColumnBuilder|static=true",
1148
+ "target": {
1149
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1150
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1151
+ "metadataToken": 100663418
1152
+ }
1153
+ },
1154
+ {
1155
+ "tsName": "hasValueGenerationStrategy",
1156
+ "isStatic": true,
1157
+ "tsSignatureId": "HasValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder|static=true",
1158
+ "target": {
1159
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1160
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1161
+ "metadataToken": 100663419
1162
+ }
1163
+ },
1164
+ {
1165
+ "tsName": "canSetValueGenerationStrategy",
1166
+ "isStatic": true,
1167
+ "tsSignatureId": "CanSetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Boolean|static=true",
1168
+ "target": {
1169
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1170
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1171
+ "metadataToken": 100663420
1172
+ }
1173
+ },
1174
+ {
1175
+ "tsName": "hasSrid",
1176
+ "isStatic": true,
1177
+ "tsSignatureId": "HasSrid|(Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder,System.Int32):Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder|static=true",
1178
+ "target": {
1179
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1180
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1181
+ "metadataToken": 100663421
1182
+ }
1183
+ },
1184
+ {
1185
+ "tsName": "hasSrid",
1186
+ "isStatic": true,
1187
+ "tsSignatureId": "HasSrid|(PropertyBuilder_1,System.Int32):PropertyBuilder_1|static=true",
1188
+ "target": {
1189
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1190
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1191
+ "metadataToken": 100663422
1192
+ }
1193
+ },
1194
+ {
1195
+ "tsName": "hasSrid",
1196
+ "isStatic": true,
1197
+ "tsSignatureId": "HasSrid|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder|static=true",
1198
+ "target": {
1199
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1200
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1201
+ "metadataToken": 100663423
1202
+ }
1203
+ },
1204
+ {
1205
+ "tsName": "canSetSrid",
1206
+ "isStatic": true,
1207
+ "tsSignatureId": "CanSetSrid|(Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean|static=true",
1208
+ "target": {
1209
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyBuilderExtensions",
1210
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1211
+ "metadataToken": 100663424
1212
+ }
1213
+ }
1214
+ ]
1215
+ },
1216
+ {
1217
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1218
+ "clrName": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1219
+ "tsEmitName": "SqlitePropertyExtensions",
1220
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1221
+ "metadataToken": 0,
1222
+ "methods": [
1223
+ {
1224
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::GetValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
1225
+ "clrName": "GetValueGenerationStrategy",
1226
+ "tsEmitName": "getValueGenerationStrategy",
1227
+ "metadataToken": 100663425,
1228
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
1229
+ "normalizedSignature": "GetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true",
1230
+ "emitScope": "ClassSurface",
1231
+ "arity": 0,
1232
+ "parameterCount": 1,
1233
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1234
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1235
+ "isExtensionMethod": true
1236
+ },
1237
+ {
1238
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::GetValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1239
+ "clrName": "GetValueGenerationStrategy",
1240
+ "tsEmitName": "getValueGenerationStrategy",
1241
+ "metadataToken": 100663426,
1242
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1243
+ "normalizedSignature": "GetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1244
+ "emitScope": "ClassSurface",
1245
+ "arity": 0,
1246
+ "parameterCount": 1,
1247
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1248
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1249
+ "isExtensionMethod": true
1250
+ },
1251
+ {
1252
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::GetValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
1253
+ "clrName": "GetValueGenerationStrategy",
1254
+ "tsEmitName": "getValueGenerationStrategy",
1255
+ "metadataToken": 100663427,
1256
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
1257
+ "normalizedSignature": "GetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true",
1258
+ "emitScope": "ClassSurface",
1259
+ "arity": 0,
1260
+ "parameterCount": 2,
1261
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1262
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1263
+ "isExtensionMethod": true,
1264
+ "parameterModifiers": [
1265
+ {
1266
+ "index": 1,
1267
+ "modifier": "in"
1268
+ }
1269
+ ]
1270
+ },
1271
+ {
1272
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::GetDefaultValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
1273
+ "clrName": "GetDefaultValueGenerationStrategy",
1274
+ "tsEmitName": "getDefaultValueGenerationStrategy",
1275
+ "metadataToken": 100663428,
1276
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
1277
+ "normalizedSignature": "GetDefaultValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true",
1278
+ "emitScope": "ClassSurface",
1279
+ "arity": 0,
1280
+ "parameterCount": 1,
1281
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1282
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1283
+ "isExtensionMethod": true
1284
+ },
1285
+ {
1286
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::SetValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
1287
+ "clrName": "SetValueGenerationStrategy",
1288
+ "tsEmitName": "setValueGenerationStrategy",
1289
+ "metadataToken": 100663432,
1290
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
1291
+ "normalizedSignature": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=true",
1292
+ "emitScope": "ClassSurface",
1293
+ "arity": 0,
1294
+ "parameterCount": 2,
1295
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1296
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1297
+ "isExtensionMethod": true
1298
+ },
1299
+ {
1300
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::SetValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1301
+ "clrName": "SetValueGenerationStrategy",
1302
+ "tsEmitName": "setValueGenerationStrategy",
1303
+ "metadataToken": 100663433,
1304
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1305
+ "normalizedSignature": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1306
+ "emitScope": "ClassSurface",
1307
+ "arity": 0,
1308
+ "parameterCount": 3,
1309
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1310
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1311
+ "isExtensionMethod": true
1312
+ },
1313
+ {
1314
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::SetValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Void",
1315
+ "clrName": "SetValueGenerationStrategy",
1316
+ "tsEmitName": "setValueGenerationStrategy",
1317
+ "metadataToken": 100663434,
1318
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Void",
1319
+ "normalizedSignature": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Void|static=true",
1320
+ "emitScope": "ClassSurface",
1321
+ "arity": 0,
1322
+ "parameterCount": 3,
1323
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1324
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1325
+ "isExtensionMethod": true,
1326
+ "parameterModifiers": [
1327
+ {
1328
+ "index": 2,
1329
+ "modifier": "in"
1330
+ }
1331
+ ]
1332
+ },
1333
+ {
1334
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::SetValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1335
+ "clrName": "SetValueGenerationStrategy",
1336
+ "tsEmitName": "setValueGenerationStrategy",
1337
+ "metadataToken": 100663435,
1338
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1339
+ "normalizedSignature": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1340
+ "emitScope": "ClassSurface",
1341
+ "arity": 0,
1342
+ "parameterCount": 4,
1343
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1344
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1345
+ "isExtensionMethod": true,
1346
+ "parameterModifiers": [
1347
+ {
1348
+ "index": 2,
1349
+ "modifier": "in"
1350
+ }
1351
+ ]
1352
+ },
1353
+ {
1354
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::SetValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
1355
+ "clrName": "SetValueGenerationStrategy",
1356
+ "tsEmitName": "setValueGenerationStrategy",
1357
+ "metadataToken": 100663436,
1358
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
1359
+ "normalizedSignature": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=true",
1360
+ "emitScope": "ClassSurface",
1361
+ "arity": 0,
1362
+ "parameterCount": 2,
1363
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1364
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1365
+ "isExtensionMethod": true
1366
+ },
1367
+ {
1368
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::SetValueGenerationStrategy(Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1369
+ "clrName": "SetValueGenerationStrategy",
1370
+ "tsEmitName": "setValueGenerationStrategy",
1371
+ "metadataToken": 100663437,
1372
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1373
+ "normalizedSignature": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1374
+ "emitScope": "ClassSurface",
1375
+ "arity": 0,
1376
+ "parameterCount": 3,
1377
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1378
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1379
+ "isExtensionMethod": true
1380
+ },
1381
+ {
1382
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::GetValueGenerationStrategyConfigurationSource(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1383
+ "clrName": "GetValueGenerationStrategyConfigurationSource",
1384
+ "tsEmitName": "getValueGenerationStrategyConfigurationSource",
1385
+ "metadataToken": 100663438,
1386
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1387
+ "normalizedSignature": "GetValueGenerationStrategyConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1388
+ "emitScope": "ClassSurface",
1389
+ "arity": 0,
1390
+ "parameterCount": 1,
1391
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1392
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1393
+ "isExtensionMethod": true
1394
+ },
1395
+ {
1396
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::GetValueGenerationStrategyConfigurationSource(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1397
+ "clrName": "GetValueGenerationStrategyConfigurationSource",
1398
+ "tsEmitName": "getValueGenerationStrategyConfigurationSource",
1399
+ "metadataToken": 100663439,
1400
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1401
+ "normalizedSignature": "GetValueGenerationStrategyConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1402
+ "emitScope": "ClassSurface",
1403
+ "arity": 0,
1404
+ "parameterCount": 2,
1405
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1406
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1407
+ "isExtensionMethod": true,
1408
+ "parameterModifiers": [
1409
+ {
1410
+ "index": 1,
1411
+ "modifier": "in"
1412
+ }
1413
+ ]
1414
+ },
1415
+ {
1416
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::GetValueGenerationStrategyConfigurationSource(Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1417
+ "clrName": "GetValueGenerationStrategyConfigurationSource",
1418
+ "tsEmitName": "getValueGenerationStrategyConfigurationSource",
1419
+ "metadataToken": 100663440,
1420
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1421
+ "normalizedSignature": "GetValueGenerationStrategyConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1422
+ "emitScope": "ClassSurface",
1423
+ "arity": 0,
1424
+ "parameterCount": 1,
1425
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1426
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1427
+ "isExtensionMethod": true
1428
+ },
1429
+ {
1430
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::GetSrid(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1431
+ "clrName": "GetSrid",
1432
+ "tsEmitName": "getSrid",
1433
+ "metadataToken": 100663441,
1434
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1435
+ "normalizedSignature": "GetSrid|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
1436
+ "emitScope": "ClassSurface",
1437
+ "arity": 0,
1438
+ "parameterCount": 1,
1439
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1440
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1441
+ "isExtensionMethod": true
1442
+ },
1443
+ {
1444
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::GetSrid(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1445
+ "clrName": "GetSrid",
1446
+ "tsEmitName": "getSrid",
1447
+ "metadataToken": 100663442,
1448
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1449
+ "normalizedSignature": "GetSrid|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
1450
+ "emitScope": "ClassSurface",
1451
+ "arity": 0,
1452
+ "parameterCount": 2,
1453
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1454
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1455
+ "isExtensionMethod": true,
1456
+ "parameterModifiers": [
1457
+ {
1458
+ "index": 1,
1459
+ "modifier": "in"
1460
+ }
1461
+ ]
1462
+ },
1463
+ {
1464
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::SetSrid(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
1465
+ "clrName": "SetSrid",
1466
+ "tsEmitName": "setSrid",
1467
+ "metadataToken": 100663443,
1468
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
1469
+ "normalizedSignature": "SetSrid|(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
1470
+ "emitScope": "ClassSurface",
1471
+ "arity": 0,
1472
+ "parameterCount": 2,
1473
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1474
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1475
+ "isExtensionMethod": true
1476
+ },
1477
+ {
1478
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::SetSrid(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1479
+ "clrName": "SetSrid",
1480
+ "tsEmitName": "setSrid",
1481
+ "metadataToken": 100663444,
1482
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1483
+ "normalizedSignature": "SetSrid|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
1484
+ "emitScope": "ClassSurface",
1485
+ "arity": 0,
1486
+ "parameterCount": 3,
1487
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1488
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1489
+ "isExtensionMethod": true
1490
+ },
1491
+ {
1492
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqlitePropertyExtensions::GetSridConfigurationSource(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1493
+ "clrName": "GetSridConfigurationSource",
1494
+ "tsEmitName": "getSridConfigurationSource",
1495
+ "metadataToken": 100663445,
1496
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1497
+ "normalizedSignature": "GetSridConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1498
+ "emitScope": "ClassSurface",
1499
+ "arity": 0,
1500
+ "parameterCount": 1,
1501
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1502
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1503
+ "isExtensionMethod": true
1504
+ }
1505
+ ],
1506
+ "properties": [],
1507
+ "fields": [],
1508
+ "events": [],
1509
+ "constructors": [],
1510
+ "exposedMethods": [
1511
+ {
1512
+ "tsName": "getValueGenerationStrategy",
1513
+ "isStatic": true,
1514
+ "tsSignatureId": "GetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true",
1515
+ "target": {
1516
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1517
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1518
+ "metadataToken": 100663425
1519
+ }
1520
+ },
1521
+ {
1522
+ "tsName": "getValueGenerationStrategy",
1523
+ "isStatic": true,
1524
+ "tsSignatureId": "GetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1525
+ "target": {
1526
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1527
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1528
+ "metadataToken": 100663426
1529
+ }
1530
+ },
1531
+ {
1532
+ "tsName": "getValueGenerationStrategy",
1533
+ "isStatic": true,
1534
+ "tsSignatureId": "GetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true",
1535
+ "target": {
1536
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1537
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1538
+ "metadataToken": 100663427
1539
+ }
1540
+ },
1541
+ {
1542
+ "tsName": "getDefaultValueGenerationStrategy",
1543
+ "isStatic": true,
1544
+ "tsSignatureId": "GetDefaultValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true",
1545
+ "target": {
1546
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1547
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1548
+ "metadataToken": 100663428
1549
+ }
1550
+ },
1551
+ {
1552
+ "tsName": "setValueGenerationStrategy",
1553
+ "isStatic": true,
1554
+ "tsSignatureId": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=true",
1555
+ "target": {
1556
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1557
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1558
+ "metadataToken": 100663432
1559
+ }
1560
+ },
1561
+ {
1562
+ "tsName": "setValueGenerationStrategy",
1563
+ "isStatic": true,
1564
+ "tsSignatureId": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1565
+ "target": {
1566
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1567
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1568
+ "metadataToken": 100663433
1569
+ }
1570
+ },
1571
+ {
1572
+ "tsName": "setValueGenerationStrategy",
1573
+ "isStatic": true,
1574
+ "tsSignatureId": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Void|static=true",
1575
+ "target": {
1576
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1577
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1578
+ "metadataToken": 100663434
1579
+ }
1580
+ },
1581
+ {
1582
+ "tsName": "setValueGenerationStrategy",
1583
+ "isStatic": true,
1584
+ "tsSignatureId": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1585
+ "target": {
1586
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1587
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1588
+ "metadataToken": 100663435
1589
+ }
1590
+ },
1591
+ {
1592
+ "tsName": "setValueGenerationStrategy",
1593
+ "isStatic": true,
1594
+ "tsSignatureId": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=true",
1595
+ "target": {
1596
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1597
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1598
+ "metadataToken": 100663436
1599
+ }
1600
+ },
1601
+ {
1602
+ "tsName": "setValueGenerationStrategy",
1603
+ "isStatic": true,
1604
+ "tsSignatureId": "SetValueGenerationStrategy|(Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides,System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy,Microsoft.EntityFrameworkCore.Sqlite,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1605
+ "target": {
1606
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1607
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1608
+ "metadataToken": 100663437
1609
+ }
1610
+ },
1611
+ {
1612
+ "tsName": "getValueGenerationStrategyConfigurationSource",
1613
+ "isStatic": true,
1614
+ "tsSignatureId": "GetValueGenerationStrategyConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1615
+ "target": {
1616
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1617
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1618
+ "metadataToken": 100663438
1619
+ }
1620
+ },
1621
+ {
1622
+ "tsName": "getValueGenerationStrategyConfigurationSource",
1623
+ "isStatic": true,
1624
+ "tsSignatureId": "GetValueGenerationStrategyConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1625
+ "target": {
1626
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1627
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1628
+ "metadataToken": 100663439
1629
+ }
1630
+ },
1631
+ {
1632
+ "tsName": "getValueGenerationStrategyConfigurationSource",
1633
+ "isStatic": true,
1634
+ "tsSignatureId": "GetValueGenerationStrategyConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1635
+ "target": {
1636
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1637
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1638
+ "metadataToken": 100663440
1639
+ }
1640
+ },
1641
+ {
1642
+ "tsName": "getSrid",
1643
+ "isStatic": true,
1644
+ "tsSignatureId": "GetSrid|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
1645
+ "target": {
1646
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1647
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1648
+ "metadataToken": 100663441
1649
+ }
1650
+ },
1651
+ {
1652
+ "tsName": "getSrid",
1653
+ "isStatic": true,
1654
+ "tsSignatureId": "GetSrid|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
1655
+ "target": {
1656
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1657
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1658
+ "metadataToken": 100663442
1659
+ }
1660
+ },
1661
+ {
1662
+ "tsName": "setSrid",
1663
+ "isStatic": true,
1664
+ "tsSignatureId": "SetSrid|(Microsoft.EntityFrameworkCore.Metadata.IMutableProperty,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
1665
+ "target": {
1666
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1667
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1668
+ "metadataToken": 100663443
1669
+ }
1670
+ },
1671
+ {
1672
+ "tsName": "setSrid",
1673
+ "isStatic": true,
1674
+ "tsSignatureId": "SetSrid|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
1675
+ "target": {
1676
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1677
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1678
+ "metadataToken": 100663444
1679
+ }
1680
+ },
1681
+ {
1682
+ "tsName": "getSridConfigurationSource",
1683
+ "isStatic": true,
1684
+ "tsSignatureId": "GetSridConfigurationSource|(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty):System.Nullable_1[[Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
1685
+ "target": {
1686
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlitePropertyExtensions",
1687
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1688
+ "metadataToken": 100663445
1689
+ }
1690
+ }
1691
+ ]
1692
+ },
1693
+ {
1694
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1695
+ "clrName": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1696
+ "tsEmitName": "SqliteTableBuilderExtensions",
1697
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1698
+ "metadataToken": 0,
1699
+ "methods": [
1700
+ {
1701
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder",
1702
+ "clrName": "UseSqlReturningClause",
1703
+ "tsEmitName": "useSqlReturningClause",
1704
+ "metadataToken": 100663446,
1705
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder",
1706
+ "normalizedSignature": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder|static=true",
1707
+ "emitScope": "ClassSurface",
1708
+ "arity": 0,
1709
+ "parameterCount": 2,
1710
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1711
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1712
+ "isExtensionMethod": true
1713
+ },
1714
+ {
1715
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions::UseSqlReturningClause(TableBuilder_1,System.Boolean):TableBuilder_1",
1716
+ "clrName": "UseSqlReturningClause",
1717
+ "tsEmitName": "useSqlReturningClause",
1718
+ "metadataToken": 100663447,
1719
+ "canonicalSignature": "(TableBuilder_1,System.Boolean):TableBuilder_1",
1720
+ "normalizedSignature": "UseSqlReturningClause|(TableBuilder_1,System.Boolean):TableBuilder_1|static=true",
1721
+ "emitScope": "ClassSurface",
1722
+ "arity": 1,
1723
+ "parameterCount": 2,
1724
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1725
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1726
+ "isExtensionMethod": true
1727
+ },
1728
+ {
1729
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.Builders.SplitTableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.SplitTableBuilder",
1730
+ "clrName": "UseSqlReturningClause",
1731
+ "tsEmitName": "useSqlReturningClause",
1732
+ "metadataToken": 100663448,
1733
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.SplitTableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.SplitTableBuilder",
1734
+ "normalizedSignature": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.SplitTableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.SplitTableBuilder|static=true",
1735
+ "emitScope": "ClassSurface",
1736
+ "arity": 0,
1737
+ "parameterCount": 2,
1738
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1739
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1740
+ "isExtensionMethod": true
1741
+ },
1742
+ {
1743
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions::UseSqlReturningClause(SplitTableBuilder_1,System.Boolean):SplitTableBuilder_1",
1744
+ "clrName": "UseSqlReturningClause",
1745
+ "tsEmitName": "useSqlReturningClause",
1746
+ "metadataToken": 100663449,
1747
+ "canonicalSignature": "(SplitTableBuilder_1,System.Boolean):SplitTableBuilder_1",
1748
+ "normalizedSignature": "UseSqlReturningClause|(SplitTableBuilder_1,System.Boolean):SplitTableBuilder_1|static=true",
1749
+ "emitScope": "ClassSurface",
1750
+ "arity": 1,
1751
+ "parameterCount": 2,
1752
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1753
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1754
+ "isExtensionMethod": true
1755
+ },
1756
+ {
1757
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions::UseSqlReturningClause(Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder",
1758
+ "clrName": "UseSqlReturningClause",
1759
+ "tsEmitName": "useSqlReturningClause",
1760
+ "metadataToken": 100663450,
1761
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder",
1762
+ "normalizedSignature": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder|static=true",
1763
+ "emitScope": "ClassSurface",
1764
+ "arity": 0,
1765
+ "parameterCount": 2,
1766
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1767
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1768
+ "isExtensionMethod": true
1769
+ },
1770
+ {
1771
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions::UseSqlReturningClause(OwnedNavigationTableBuilder_2,System.Boolean):OwnedNavigationTableBuilder_2",
1772
+ "clrName": "UseSqlReturningClause",
1773
+ "tsEmitName": "useSqlReturningClause",
1774
+ "metadataToken": 100663451,
1775
+ "canonicalSignature": "(OwnedNavigationTableBuilder_2,System.Boolean):OwnedNavigationTableBuilder_2",
1776
+ "normalizedSignature": "UseSqlReturningClause|(OwnedNavigationTableBuilder_2,System.Boolean):OwnedNavigationTableBuilder_2|static=true",
1777
+ "emitScope": "ClassSurface",
1778
+ "arity": 2,
1779
+ "parameterCount": 2,
1780
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1781
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1782
+ "isExtensionMethod": true
1783
+ }
1784
+ ],
1785
+ "properties": [],
1786
+ "fields": [],
1787
+ "events": [],
1788
+ "constructors": [],
1789
+ "exposedMethods": [
1790
+ {
1791
+ "tsName": "useSqlReturningClause",
1792
+ "isStatic": true,
1793
+ "tsSignatureId": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder|static=true",
1794
+ "target": {
1795
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1796
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1797
+ "metadataToken": 100663446
1798
+ }
1799
+ },
1800
+ {
1801
+ "tsName": "useSqlReturningClause",
1802
+ "isStatic": true,
1803
+ "tsSignatureId": "UseSqlReturningClause|(TableBuilder_1,System.Boolean):TableBuilder_1|static=true",
1804
+ "target": {
1805
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1806
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1807
+ "metadataToken": 100663447
1808
+ }
1809
+ },
1810
+ {
1811
+ "tsName": "useSqlReturningClause",
1812
+ "isStatic": true,
1813
+ "tsSignatureId": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.SplitTableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.SplitTableBuilder|static=true",
1814
+ "target": {
1815
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1816
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1817
+ "metadataToken": 100663448
1818
+ }
1819
+ },
1820
+ {
1821
+ "tsName": "useSqlReturningClause",
1822
+ "isStatic": true,
1823
+ "tsSignatureId": "UseSqlReturningClause|(SplitTableBuilder_1,System.Boolean):SplitTableBuilder_1|static=true",
1824
+ "target": {
1825
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1826
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1827
+ "metadataToken": 100663449
1828
+ }
1829
+ },
1830
+ {
1831
+ "tsName": "useSqlReturningClause",
1832
+ "isStatic": true,
1833
+ "tsSignatureId": "UseSqlReturningClause|(Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder|static=true",
1834
+ "target": {
1835
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1836
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1837
+ "metadataToken": 100663450
1838
+ }
1839
+ },
1840
+ {
1841
+ "tsName": "useSqlReturningClause",
1842
+ "isStatic": true,
1843
+ "tsSignatureId": "UseSqlReturningClause|(OwnedNavigationTableBuilder_2,System.Boolean):OwnedNavigationTableBuilder_2|static=true",
1844
+ "target": {
1845
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableBuilderExtensions",
1846
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1847
+ "metadataToken": 100663451
1848
+ }
1849
+ }
1850
+ ]
1851
+ },
1852
+ {
1853
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteTableExtensions",
1854
+ "clrName": "Microsoft.EntityFrameworkCore.SqliteTableExtensions",
1855
+ "tsEmitName": "SqliteTableExtensions",
1856
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1857
+ "metadataToken": 0,
1858
+ "methods": [
1859
+ {
1860
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.SqliteTableExtensions::IsSqlReturningClauseUsed(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Boolean",
1861
+ "clrName": "IsSqlReturningClauseUsed",
1862
+ "tsEmitName": "isSqlReturningClauseUsed",
1863
+ "metadataToken": 100663453,
1864
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Boolean",
1865
+ "normalizedSignature": "IsSqlReturningClauseUsed|(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Boolean|static=true",
1866
+ "emitScope": "ClassSurface",
1867
+ "arity": 0,
1868
+ "parameterCount": 1,
1869
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableExtensions",
1870
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1871
+ "isExtensionMethod": true
1872
+ }
1873
+ ],
1874
+ "properties": [],
1875
+ "fields": [],
1876
+ "events": [],
1877
+ "constructors": [],
1878
+ "exposedMethods": [
1879
+ {
1880
+ "tsName": "isSqlReturningClauseUsed",
1881
+ "isStatic": true,
1882
+ "tsSignatureId": "IsSqlReturningClauseUsed|(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Boolean|static=true",
1883
+ "target": {
1884
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqliteTableExtensions",
1885
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
1886
+ "metadataToken": 100663453
1887
+ }
1888
+ }
1889
+ ]
1890
+ }
1891
+ ]
1892
+ }