JoinTableConfiguration Class

 

Represents a model configuration to set the join table and column names of a many-to-many association.

Namespace:   Microsoft.Data.Entity.Design.CodeGeneration
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Data.Entity.Design.CodeGeneration.JoinTableConfiguration

Syntax

public class JoinTableConfiguration : IFluentConfiguration, IConfiguration
public ref class JoinTableConfiguration : IFluentConfiguration, 
    IConfiguration
type JoinTableConfiguration = 
    class
        interface IFluentConfiguration
        interface IConfiguration
    end
Public Class JoinTableConfiguration
    Implements IFluentConfiguration, IConfiguration

Constructors

Name Description
System_CAPS_pubmethod JoinTableConfiguration()

Initializes a new instance of the JoinTableConfiguration class.

Properties

Name Description
System_CAPS_pubproperty LeftKeys

Gets the names of the columns for the foreign key to the table of the entity on the left.

System_CAPS_pubproperty RightKeys

Gets the names of the columns for the foreign key to the table of the entity on the right.

System_CAPS_pubproperty Schema

Gets or sets the schema of the table.

System_CAPS_pubproperty Table

Gets or sets the name of the table.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetMethodChain(CodeHelper)

Gets the method chain.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Data.Entity.Design.CodeGeneration Namespace

Return to top