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 9e21151 commit 5101a9aCopy full SHA for 5101a9a
SQLite.CodeFirst/SqliteSqlGenerator.cs
@@ -17,7 +17,7 @@ public SqliteSqlGenerator(EdmModel storeModel)
17
}
18
19
/// <summary>
20
- /// Generates the SQL statement.
+ /// Generates the SQL statement, based on the <see cref="EdmModel"/>.
21
/// </summary>
22
public string Generate()
23
{
0 commit comments