We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaab5e9 commit bdd7244Copy full SHA for bdd7244
src/Ydb.Sdk/src/Ado/YdbSchema.cs
@@ -40,7 +40,8 @@ internal static Task<DataTable> GetSchemaAsync(
40
};
41
}
42
43
- private static Task<IReadOnlyCollection<YdbObject>> SchemaObjects(
+ // public for EntityFrameworkCore.Ydb
44
+ public static Task<IReadOnlyCollection<YdbObject>> SchemaObjects(
45
YdbConnection ydbConnection,
46
CancellationToken cancellationToken = default
47
)
0 commit comments