Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 897 Bytes

EntityServiceCollectionExtensions.md

File metadata and controls

18 lines (12 loc) · 897 Bytes

EntityServiceCollectionExtensions class

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

Contains extensions to register entity services

public static class EntityServiceCollectionExtensions

Public Members

name description
static AddEntities(…) 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.

See Also