IFluentConfiguration.GetMethodChain Method
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
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
'Declaration
Function GetMethodChain ( _
code As CodeHelper _
) As String
'Usage
Dim instance As IFluentConfiguration
Dim code As CodeHelper
Dim returnValue As String
returnValue = instance.GetMethodChain(code)
string GetMethodChain(
CodeHelper code
)
String^ GetMethodChain(
CodeHelper^ code
)
abstract GetMethodChain :
code:CodeHelper -> string
function GetMethodChain(
code : CodeHelper
) : String
Parameters
- code
Type: Microsoft.Data.Entity.Design.CodeGeneration.CodeHelper
The helper used to generate code.
Return Value
Type: System.String
The method chain.