File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
SQLite.CodeFirst/Internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33namespace SQLite . CodeFirst . Builder
44{
5- public interface IStatementBuilder < out TStatement >
5+ internal interface IStatementBuilder < out TStatement >
66 where TStatement : IStatement
77 {
88 TStatement BuildStatement ( ) ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace SQLite.CodeFirst.Convention
1717 /// This is necessary because in SQLite an index-name must be unique.
1818 /// Must be added right after the <see cref="ForeignKeyIndexConvention"/>-Convention.
1919 /// </summary>
20- public class SqliteForeignKeyIndexConvention : IStoreModelConvention < AssociationType >
20+ internal class SqliteForeignKeyIndexConvention : IStoreModelConvention < AssociationType >
2121 {
2222 private const string IndexAnnotationName = "http://schemas.microsoft.com/ado/2013/11/edm/customannotation:Index" ;
2323
You can’t perform that action at this time.
0 commit comments