@@ -331,8 +331,6 @@ public void AddSqlApiEndpoints<T>(IDataSource dataSource, string table, string?
331331 /// <list type="table">
332332 /// <item><term>Mutation: call{Procedure}</term> Calls the stored procedure and returns its results.</item>
333333 /// </list>
334- /// <i>Requires call to:</i>
335- /// <code><see cref="TypeCache.Data.Extensions.ServiceCollectionExtensions.AddSqlResultsRule(IServiceCollection)"/></code>
336334 /// </summary>
337335 /// <exception cref="ArgumentNullException"/>
338336 /// <exception cref="ArgumentOutOfRangeException"/>
@@ -376,8 +374,6 @@ public FieldType AddSqlApiCallProcedureEndpoint<T>(IDataSource dataSource, strin
376374 /// <list type="table">
377375 /// <item><term>Mutation: delete{Table}Data</term> Deletes records passed in based on primary key value(s).</item>
378376 /// </list>
379- /// <i>Requires call to:</i>
380- /// <code><see cref="TypeCache.Data.Extensions.ServiceCollectionExtensions.AddSqlResultsRule(IServiceCollection)"/></code>
381377 /// </summary>
382378 /// <exception cref="ArgumentNullException"/>
383379 /// <exception cref="ArgumentOutOfRangeException"/>
@@ -411,8 +407,6 @@ public FieldType AddSqlApiDeleteDataEndpoint<T>(IDataSource dataSource, string t
411407 /// <list type="table">
412408 /// <item><term>Mutation: Delete{Table}</term> Deletes records based on a <c>WHERE</c> clause.</item>
413409 /// </list>
414- /// <i>Requires call to:</i>
415- /// <code><see cref="TypeCache.Data.Extensions.ServiceCollectionExtensions.AddSqlResultsRule(IServiceCollection)"/></code>
416410 /// </summary>
417411 /// <exception cref="ArgumentNullException"/>
418412 /// <exception cref="ArgumentOutOfRangeException"/>
@@ -447,8 +441,6 @@ public FieldType AddSqlApiDeleteEndpoint<T>(IDataSource dataSource, string table
447441 /// <list type="table">
448442 /// <item><term>Mutation: insert{Table}Data</term> Inserts a batch of records.</item>
449443 /// </list>
450- /// <i>Requires call to:</i>
451- /// <code><see cref="TypeCache.Data.Extensions.ServiceCollectionExtensions.AddSqlResultsRule(IServiceCollection)"/></code>
452444 /// </summary>
453445 /// <exception cref="ArgumentNullException"/>
454446 /// <exception cref="ArgumentOutOfRangeException"/>
@@ -483,8 +475,6 @@ public FieldType AddSqlApiInsertDataEndpoint<T>(IDataSource dataSource, string t
483475 /// <list type="table">
484476 /// <item><term>Mutation: insert{Table}Data</term> Inserts a batch of records.</item>
485477 /// </list>
486- /// <i>Requires call to:</i>
487- /// <code><see cref="TypeCache.Data.Extensions.ServiceCollectionExtensions.AddSqlResultsRule(IServiceCollection)"/></code>
488478 /// </summary>
489479 /// <exception cref="ArgumentNullException"/>
490480 /// <exception cref="ArgumentOutOfRangeException"/>
@@ -539,8 +529,6 @@ public FieldType AddSqlApiInsertEndpoint<T>(IDataSource dataSource, string table
539529 /// <list type="table">
540530 /// <item><term>Query: select{Table}</term> Selects records based on a <c>WHERE</c> clause.</item>
541531 /// </list>
542- /// <i>Requires call to:</i>
543- /// <code><see cref="TypeCache.Data.Extensions.ServiceCollectionExtensions.AddSqlResultsRule(IServiceCollection)"/></code>
544532 /// </summary>
545533 /// <exception cref="ArgumentNullException"/>
546534 /// <exception cref="ArgumentOutOfRangeException"/>
@@ -594,8 +582,6 @@ public FieldType AddSqlApiSelectEndpoint<T>(IDataSource dataSource, string table
594582 /// <list type="table">
595583 /// <item><term>Mutation: update{Table}Data</term> Updates a batch of records.</item>
596584 /// </list>
597- /// <i>Requires call to:</i>
598- /// <code><see cref="TypeCache.Data.Extensions.ServiceCollectionExtensions.AddSqlResultsRule(IServiceCollection)"/></code>
599585 /// </summary>
600586 /// <exception cref="ArgumentNullException"/>
601587 /// <exception cref="ArgumentOutOfRangeException"/>
@@ -629,8 +615,6 @@ public FieldType AddSqlApiUpdateDataEndpoint<T>(IDataSource dataSource, string t
629615 /// <list type="table">
630616 /// <item><term>Mutation: update{Table}</term> Updates records based on a WHERE clause.</item>
631617 /// </list>
632- /// <i>Requires call to:</i>
633- /// <code><see cref="TypeCache.Data.Extensions.ServiceCollectionExtensions.AddSqlResultsRule(IServiceCollection)"/></code>
634618 /// </summary>
635619 /// <exception cref="ArgumentNullException"/>
636620 /// <exception cref="ArgumentOutOfRangeException"/>
0 commit comments