Table of Contents

Class Schema

Namespace
Z.EntityFramework.Extensions.Core.SchemaObjectModel
Assembly
Z.EntityFramework.Extensions.dll

A schema.

public class Schema
Inheritance
Schema
Inherited Members

Constructors

Schema()

public Schema()

Properties

Alias

Please visit the Microsoft documentation for more detail.

public string Alias { get; set; }

Property Value

string

The alias.

Associations

Please visit the Microsoft documentation for more detail.

public List<Relationship> Associations { get; set; }

Property Value

List<Relationship>

The associations.

ComplexTypes

Please visit the Microsoft documentation for more detail.

public List<SchemaEntityType> ComplexTypes { get; set; }

Property Value

List<SchemaEntityType>

A list of types of the complexes.

EntityContainers

Please visit the Microsoft documentation for more detail.

public List<EntityContainer> EntityContainers { get; set; }

Property Value

List<EntityContainer>

The entity container.

EntityTypes

Please visit the Microsoft documentation for more detail.

public List<SchemaEntityType> EntityTypes { get; set; }

Property Value

List<SchemaEntityType>

A list of types of the entities.

EnumTypes

Please visit the Microsoft documentation for more detail.

public List<SchemaEnumType> EnumTypes { get; set; }

Property Value

List<SchemaEnumType>

A list of types of the enums.

Functions

public List<Function> Functions { get; set; }

Property Value

List<Function>

Namespace

Please visit the Microsoft documentation for more detail.

public string Namespace { get; set; }

Property Value

string

The namespace.

Provider

Please visit the Microsoft documentation for more detail.

public string Provider { get; set; }

Property Value

string

The provider.

ProviderManifestToken

Please visit the Microsoft documentation for more detail.

public string ProviderManifestToken { get; set; }

Property Value

string

The provider manifest token.