@tsonic/efcore-sqlite 0.1.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.Data.Sqlite/bindings.json +2636 -3286
- package/Microsoft.Data.Sqlite/internal/index.d.ts +312 -267
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +55 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +610 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +84 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +52 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +40 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +261 -122
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +35 -11
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +586 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +37 -6
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +103 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +12 -7
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +92 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +230 -82
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +29 -9
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +381 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +63 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +171 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +19 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2037 -1206
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +191 -79
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +78 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +11 -6
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +951 -446
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +120 -36
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +203 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +269 -154
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +31 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +743 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +84 -79
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +172 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +10824 -14640
- package/SQLitePCL/internal/index.d.ts +72 -42
- package/System.Collections.Generic/bindings.json +58 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -5
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -15,9 +15,9 @@ import type { IReadOnlyProperty } from "@tsonic/efcore/Microsoft.EntityFramework
|
|
|
15
15
|
import type { EventId } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
16
16
|
|
|
17
17
|
export interface ConflictingValueGenerationStrategiesEventData$instance extends EventData {
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
18
|
+
readonly OtherValueGenerationStrategy: string;
|
|
19
|
+
readonly Property: IReadOnlyProperty;
|
|
20
|
+
readonly SqliteValueGenerationStrategy: SqliteValueGenerationStrategy;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
|
|
@@ -29,25 +29,25 @@ export const ConflictingValueGenerationStrategiesEventData: {
|
|
|
29
29
|
export type ConflictingValueGenerationStrategiesEventData = ConflictingValueGenerationStrategiesEventData$instance;
|
|
30
30
|
|
|
31
31
|
export abstract class SqliteEventId$instance {
|
|
32
|
-
static readonly
|
|
33
|
-
static readonly
|
|
34
|
-
static readonly
|
|
35
|
-
static readonly
|
|
36
|
-
static readonly
|
|
37
|
-
static readonly
|
|
38
|
-
static readonly
|
|
39
|
-
static readonly
|
|
40
|
-
static readonly
|
|
41
|
-
static readonly
|
|
42
|
-
static readonly
|
|
43
|
-
static readonly
|
|
44
|
-
static readonly
|
|
45
|
-
static readonly
|
|
46
|
-
static readonly
|
|
47
|
-
static readonly
|
|
48
|
-
static readonly
|
|
49
|
-
static readonly
|
|
50
|
-
static readonly
|
|
32
|
+
static readonly SchemaConfiguredWarning: EventId;
|
|
33
|
+
static readonly SequenceConfiguredWarning: EventId;
|
|
34
|
+
static readonly CompositeKeyWithValueGeneration: EventId;
|
|
35
|
+
static readonly ConflictingValueGenerationStrategiesWarning: EventId;
|
|
36
|
+
static readonly UnexpectedConnectionTypeWarning: EventId;
|
|
37
|
+
static readonly TableRebuildPendingWarning: EventId;
|
|
38
|
+
static readonly ColumnFound: EventId;
|
|
39
|
+
static readonly SchemasNotSupportedWarning: EventId;
|
|
40
|
+
static readonly ForeignKeyReferencesMissingTableWarning: EventId;
|
|
41
|
+
static readonly TableFound: EventId;
|
|
42
|
+
static readonly MissingTableWarning: EventId;
|
|
43
|
+
static readonly ForeignKeyPrincipalColumnMissingWarning: EventId;
|
|
44
|
+
static readonly IndexFound: EventId;
|
|
45
|
+
static readonly ForeignKeyFound: EventId;
|
|
46
|
+
static readonly PrimaryKeyFound: EventId;
|
|
47
|
+
static readonly UniqueConstraintFound: EventId;
|
|
48
|
+
static readonly InferringTypes: EventId;
|
|
49
|
+
static readonly OutOfRangeWarning: EventId;
|
|
50
|
+
static readonly FormatWarning: EventId;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
|
|
@@ -1,12 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Infrastructure",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore",
|
|
5
|
+
"Microsoft.EntityFrameworkCore.Abstractions",
|
|
6
|
+
"Microsoft.EntityFrameworkCore.Relational",
|
|
7
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
8
|
+
],
|
|
3
9
|
"types": [
|
|
4
10
|
{
|
|
5
11
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
|
|
6
12
|
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
|
|
7
|
-
"tsEmitName": "SqliteDbContextOptionsBuilder",
|
|
8
13
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
14
|
"metadataToken": 0,
|
|
15
|
+
"kind": "Class",
|
|
16
|
+
"accessibility": "Public",
|
|
17
|
+
"isAbstract": false,
|
|
18
|
+
"isSealed": false,
|
|
19
|
+
"isStatic": false,
|
|
20
|
+
"arity": 0,
|
|
21
|
+
"baseType": {
|
|
22
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalDbContextOptionsBuilder\u00602",
|
|
23
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalDbContextOptionsBuilder\u00602",
|
|
24
|
+
"typeArguments": [
|
|
25
|
+
"SqliteDbContextOptionsBuilder",
|
|
26
|
+
"SqliteOptionsExtension"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"interfaces": [
|
|
30
|
+
{
|
|
31
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure",
|
|
32
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
10
35
|
"methods": [],
|
|
11
36
|
"properties": [],
|
|
12
37
|
"fields": [],
|
|
@@ -19,39 +44,44 @@
|
|
|
19
44
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
|
|
20
45
|
"isStatic": false,
|
|
21
46
|
"parameterCount": 1,
|
|
47
|
+
"visibility": "Public",
|
|
22
48
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
|
|
23
49
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
24
50
|
}
|
|
25
|
-
],
|
|
26
|
-
"exposedConstructors": [
|
|
27
|
-
{
|
|
28
|
-
"isStatic": false,
|
|
29
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
|
|
30
|
-
"target": {
|
|
31
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqliteDbContextOptionsBuilder",
|
|
32
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
33
|
-
"metadataToken": 100663732
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
51
|
]
|
|
37
52
|
},
|
|
38
53
|
{
|
|
39
54
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
40
55
|
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
41
|
-
"tsEmitName": "SpatialiteLoader",
|
|
42
56
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
43
57
|
"metadataToken": 0,
|
|
58
|
+
"kind": "StaticNamespace",
|
|
59
|
+
"accessibility": "Public",
|
|
60
|
+
"isAbstract": true,
|
|
61
|
+
"isSealed": true,
|
|
62
|
+
"isStatic": true,
|
|
63
|
+
"arity": 0,
|
|
64
|
+
"baseType": {
|
|
65
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
66
|
+
"clrName": "System.Object"
|
|
67
|
+
},
|
|
44
68
|
"methods": [
|
|
45
69
|
{
|
|
46
70
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader::TryLoad(System.Data.Common.DbConnection):System.Boolean",
|
|
47
71
|
"clrName": "TryLoad",
|
|
48
|
-
"tsEmitName": "tryLoad",
|
|
49
72
|
"metadataToken": 100663729,
|
|
50
73
|
"canonicalSignature": "(System.Data.Common.DbConnection):System.Boolean",
|
|
51
74
|
"normalizedSignature": "TryLoad|(System.Data.Common.DbConnection):System.Boolean|static=true",
|
|
52
75
|
"emitScope": "ClassSurface",
|
|
76
|
+
"provenance": "Original",
|
|
53
77
|
"arity": 0,
|
|
54
78
|
"parameterCount": 1,
|
|
79
|
+
"isStatic": true,
|
|
80
|
+
"isAbstract": false,
|
|
81
|
+
"isVirtual": false,
|
|
82
|
+
"isOverride": false,
|
|
83
|
+
"isSealed": false,
|
|
84
|
+
"visibility": "Public",
|
|
55
85
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
56
86
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
57
87
|
"isExtensionMethod": false
|
|
@@ -59,13 +89,19 @@
|
|
|
59
89
|
{
|
|
60
90
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader::Load(System.Data.Common.DbConnection):System.Void",
|
|
61
91
|
"clrName": "Load",
|
|
62
|
-
"tsEmitName": "load",
|
|
63
92
|
"metadataToken": 100663730,
|
|
64
93
|
"canonicalSignature": "(System.Data.Common.DbConnection):System.Void",
|
|
65
94
|
"normalizedSignature": "Load|(System.Data.Common.DbConnection):System.Void|static=true",
|
|
66
95
|
"emitScope": "ClassSurface",
|
|
96
|
+
"provenance": "Original",
|
|
67
97
|
"arity": 0,
|
|
68
98
|
"parameterCount": 1,
|
|
99
|
+
"isStatic": true,
|
|
100
|
+
"isAbstract": false,
|
|
101
|
+
"isVirtual": false,
|
|
102
|
+
"isOverride": false,
|
|
103
|
+
"isSealed": false,
|
|
104
|
+
"visibility": "Public",
|
|
69
105
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
70
106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
71
107
|
"isExtensionMethod": false
|
|
@@ -74,29 +110,7 @@
|
|
|
74
110
|
"properties": [],
|
|
75
111
|
"fields": [],
|
|
76
112
|
"events": [],
|
|
77
|
-
"constructors": []
|
|
78
|
-
"exposedMethods": [
|
|
79
|
-
{
|
|
80
|
-
"tsName": "tryLoad",
|
|
81
|
-
"isStatic": true,
|
|
82
|
-
"tsSignatureId": "TryLoad|(System.Data.Common.DbConnection):System.Boolean|static=true",
|
|
83
|
-
"target": {
|
|
84
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
85
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
86
|
-
"metadataToken": 100663729
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"tsName": "load",
|
|
91
|
-
"isStatic": true,
|
|
92
|
-
"tsSignatureId": "Load|(System.Data.Common.DbConnection):System.Void|static=true",
|
|
93
|
-
"target": {
|
|
94
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SpatialiteLoader",
|
|
95
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
96
|
-
"metadataToken": 100663730
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
]
|
|
113
|
+
"constructors": []
|
|
100
114
|
}
|
|
101
115
|
]
|
|
102
116
|
}
|
|
@@ -27,8 +27,8 @@ export const SqliteDbContextOptionsBuilder: {
|
|
|
27
27
|
export type SqliteDbContextOptionsBuilder = SqliteDbContextOptionsBuilder$instance;
|
|
28
28
|
|
|
29
29
|
export abstract class SpatialiteLoader$instance {
|
|
30
|
-
static
|
|
31
|
-
static
|
|
30
|
+
static Load(connection: DbConnection): void;
|
|
31
|
+
static TryLoad(connection: DbConnection): boolean;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
|
|
@@ -1,83 +1,86 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Metadata",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore",
|
|
5
|
+
"Microsoft.EntityFrameworkCore.Relational",
|
|
6
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
7
|
+
],
|
|
3
8
|
"types": [
|
|
4
9
|
{
|
|
5
10
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
6
11
|
"clrName": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
7
|
-
"tsEmitName": "SqliteValueGenerationStrategy",
|
|
8
12
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
13
|
"metadataToken": 0,
|
|
14
|
+
"kind": "Enum",
|
|
15
|
+
"accessibility": "Public",
|
|
16
|
+
"isAbstract": false,
|
|
17
|
+
"isSealed": true,
|
|
18
|
+
"isStatic": false,
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"baseType": {
|
|
21
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
22
|
+
"clrName": "System.Enum"
|
|
23
|
+
},
|
|
24
|
+
"interfaces": [
|
|
25
|
+
{
|
|
26
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
27
|
+
"clrName": "System.IComparable"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
31
|
+
"clrName": "System.ISpanFormattable"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
35
|
+
"clrName": "System.IFormattable"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
39
|
+
"clrName": "System.IConvertible"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
10
42
|
"methods": [],
|
|
11
43
|
"properties": [],
|
|
12
44
|
"fields": [
|
|
13
45
|
{
|
|
14
46
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::value__System.Int32",
|
|
15
47
|
"clrName": "value__",
|
|
16
|
-
"tsEmitName": "value__",
|
|
17
48
|
"metadataToken": 67108990,
|
|
18
49
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
19
50
|
"isStatic": false,
|
|
20
51
|
"isReadOnly": false,
|
|
52
|
+
"isLiteral": false,
|
|
53
|
+
"visibility": "Public",
|
|
21
54
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
22
55
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
23
56
|
},
|
|
24
57
|
{
|
|
25
58
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::NoneMicrosoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
26
59
|
"clrName": "None",
|
|
27
|
-
"tsEmitName": "none",
|
|
28
60
|
"metadataToken": 67108991,
|
|
29
61
|
"normalizedSignature": "None|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
|
|
30
62
|
"isStatic": true,
|
|
31
63
|
"isReadOnly": false,
|
|
64
|
+
"isLiteral": true,
|
|
65
|
+
"visibility": "Public",
|
|
32
66
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
33
67
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
34
68
|
},
|
|
35
69
|
{
|
|
36
70
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy::AutoincrementMicrosoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
37
71
|
"clrName": "Autoincrement",
|
|
38
|
-
"tsEmitName": "autoincrement",
|
|
39
72
|
"metadataToken": 67108992,
|
|
40
73
|
"normalizedSignature": "Autoincrement|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
|
|
41
74
|
"isStatic": true,
|
|
42
75
|
"isReadOnly": false,
|
|
76
|
+
"isLiteral": true,
|
|
77
|
+
"visibility": "Public",
|
|
43
78
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
44
79
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
45
80
|
}
|
|
46
81
|
],
|
|
47
82
|
"events": [],
|
|
48
|
-
"constructors": []
|
|
49
|
-
"exposedFields": [
|
|
50
|
-
{
|
|
51
|
-
"tsName": "value__",
|
|
52
|
-
"isStatic": false,
|
|
53
|
-
"tsSignatureId": "value__|System.Int32|static=false|const=false",
|
|
54
|
-
"target": {
|
|
55
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
56
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
57
|
-
"metadataToken": 67108990
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"tsName": "none",
|
|
62
|
-
"isStatic": true,
|
|
63
|
-
"tsSignatureId": "None|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
|
|
64
|
-
"target": {
|
|
65
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
66
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
67
|
-
"metadataToken": 67108991
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"tsName": "autoincrement",
|
|
72
|
-
"isStatic": true,
|
|
73
|
-
"tsSignatureId": "Autoincrement|Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy|static=true|const=true",
|
|
74
|
-
"target": {
|
|
75
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy",
|
|
76
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
77
|
-
"metadataToken": 67108992
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
]
|
|
83
|
+
"constructors": []
|
|
81
84
|
}
|
|
82
85
|
]
|
|
83
86
|
}
|
|
@@ -10,8 +10,8 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
10
10
|
import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable } from "@tsonic/dotnet/System.js";
|
|
11
11
|
|
|
12
12
|
export enum SqliteValueGenerationStrategy {
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
None = 0,
|
|
14
|
+
Autoincrement = 1
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
|