DatabaseModelFactoryOptions Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DatabaseModelFactoryOptions class.
public DatabaseModelFactoryOptions (System.Collections.Generic.IEnumerable<string> tables = default, System.Collections.Generic.IEnumerable<string> schemas = default);
public DatabaseModelFactoryOptions (System.Collections.Generic.IEnumerable<string>? tables = default, System.Collections.Generic.IEnumerable<string>? schemas = default);
new Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions : seq<string> * seq<string> -> Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions
Public Sub New (Optional tables As IEnumerable(Of String) = Nothing, Optional schemas As IEnumerable(Of String) = Nothing)
Parameters
- tables
- IEnumerable<String>
A list of tables to include. Empty to include all tables.
- schemas
- IEnumerable<String>
A list of schemas to include. Empty to include all schemas.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework