File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44| Project Topics Library
55\=============================================================================================================================*/
66using System . Data ;
7+ using OnTopic . Attributes ;
78
89namespace OnTopic . Data . Sql . Models {
910
@@ -50,6 +51,8 @@ internal AttributeValuesDataTable() {
5051 /// <summary>
5152 /// Provides a convenience method for adding a new <see cref="DataRow"/> based on the expected column values.
5253 /// </summary>
54+ /// <param name="attributeKey">The <see cref="AttributeValue.Key"/>.</param>
55+ /// <param name="attributeValue">The <see cref="AttributeValue.Value"/>.</param>
5356 internal DataRow AddRow ( string attributeKey , string ? attributeValue = null ) {
5457
5558 /*------------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ internal TopicListDataTable() {
3939 /// <summary>
4040 /// Provides a convenience method for adding a new <see cref="DataRow"/> based on the expected column values.
4141 /// </summary>
42+ /// <param name="topicId">The <see cref="Topic.Id"/> of the related <see cref="Topic"/></param>
4243 internal DataRow AddRow ( int topicId ) {
4344
4445 /*------------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments