Skip to content

Commit bdd7244

Browse files
public SchemaObjects for EntityFrameworkCore.Ydb
1 parent aaab5e9 commit bdd7244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Ydb.Sdk/src/Ado/YdbSchema.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ internal static Task<DataTable> GetSchemaAsync(
4040
};
4141
}
4242

43-
private static Task<IReadOnlyCollection<YdbObject>> SchemaObjects(
43+
// public for EntityFrameworkCore.Ydb
44+
public static Task<IReadOnlyCollection<YdbObject>> SchemaObjects(
4445
YdbConnection ydbConnection,
4546
CancellationToken cancellationToken = default
4647
)

0 commit comments

Comments
 (0)