Show / Hide Table of Contents

Class BlobStoringDbContextModelCreatingExtensions

Inheritance
System.Object
BlobStoringDbContextModelCreatingExtensions
Namespace: Volo.Abp.BlobStoring.Database.EntityFrameworkCore
Assembly: Volo.Abp.BlobStoring.Database.EntityFrameworkCore.dll
Syntax
public static class BlobStoringDbContextModelCreatingExtensions : object

Methods

ConfigureBlobStoring(ModelBuilder, Action<BlobStoringModelBuilderConfigurationOptions>)

Declaration
public static void ConfigureBlobStoring(this ModelBuilder builder, Action<BlobStoringModelBuilderConfigurationOptions> optionsAction = null)
Parameters
Type Name Description
ModelBuilder builder
Action<BlobStoringModelBuilderConfigurationOptions> optionsAction
Back to top Powered by Volosoft