Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 717 Bytes

File metadata and controls

16 lines (11 loc) · 717 Bytes

EntityServiceCollectionExtensions.AddEntities method

namespace: Serenity.Extensions.DependencyInjection   assemblySerenity.Net.Entity

Adds the annotation types, sql connections, default row type registry and row fields provider. Warning: This method sets the singleton row fields provider as the default by calling RowFieldsProvider.SetDefault on creation.

public static void AddEntities(this IServiceCollection services)
parameter description
services The services.

See Also