ColumnConfiguration.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 method chain.
Namespace: Microsoft.Data.Entity.Design.CodeGeneration
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Public Overridable Function GetMethodChain ( _
code As CodeHelper _
) As String
'Usage
Dim instance As ColumnConfiguration
Dim code As CodeHelper
Dim returnValue As String
returnValue = instance.GetMethodChain(code)
public virtual string GetMethodChain(
CodeHelper code
)
public:
virtual String^ GetMethodChain(
CodeHelper^ code
)
abstract GetMethodChain :
code:CodeHelper -> string
override GetMethodChain :
code:CodeHelper -> string
public function GetMethodChain(
code : CodeHelper
) : String
Parameters
- code
Type: Microsoft.Data.Entity.Design.CodeGeneration.CodeHelper
The code helper.
Return Value
Type: System.String
The method chain.
Implements
IFluentConfiguration.GetMethodChain(CodeHelper)