DatabaseModelFactoryOptions.Schemas Property
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.
Gets the list of schemas to include. If empty, include all schemas.
public virtual System.Collections.Generic.IEnumerable<string> Schemas { get; }
member this.Schemas : seq<string>
Public Overridable ReadOnly Property Schemas As IEnumerable(Of String)