CodeHelper.MethodChain Method (IFluentConfiguration)

 

Gets the Code First Fluent API method chain used to apply the specified configuration.

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

public string MethodChain(
	IFluentConfiguration configuration
)

Parameters

configuration
Type: Microsoft.Data.Entity.Design.CodeGeneration.IFluentConfiguration

The configuration.

Return Value

Type: System.String

The method chain.