MultiplicityConfiguration.GetMethodChain Method (CodeHelper)

 

Gets the Fluent API method chain to apply the configuration.

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

Syntax

public virtual string GetMethodChain(
    CodeHelper code
)
public:
virtual String^ GetMethodChain(
    CodeHelper^ code
)
abstract GetMethodChain : 
        code:CodeHelper -> string
override GetMethodChain : 
        code:CodeHelper -> string
Public Overridable Function GetMethodChain (
    code As CodeHelper
) As String

Parameters

Return Value

Type: System.String

The method chain.

Implements

IFluentConfiguration.GetMethodChain(CodeHelper)

See Also

MultiplicityConfiguration Class
Microsoft.Data.Entity.Design.CodeGeneration Namespace

Return to top