Show / Hide Table of Contents

Class BloggingDbProperties

Inheritance
System.Object
BloggingDbProperties
Namespace: Volo.Blogging
Assembly: Volo.Blogging.Domain.dll
Syntax
public static class BloggingDbProperties : object

Fields

ConnectionStringName

"Blogging".

Declaration
public const string ConnectionStringName = null
Field Value
Type Description
System.String

Properties

DbSchema

Default value: "null".

Declaration
public static string DbSchema { get; set; }
Property Value
Type Description
System.String

DbTablePrefix

Default value: "Blg".

Declaration
public static string DbTablePrefix { get; set; }
Property Value
Type Description
System.String
Back to top Powered by Volosoft