CodeHelper.AnonymousType Method (IEnumerable<String>)

 

Specifies the anonymous type lambda for the specified properties.

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

Syntax

protected abstract string AnonymousType(
    IEnumerable<string> properties
)
protected:
virtual String^ AnonymousType(
    IEnumerable<String^>^ properties
) abstract
abstract AnonymousType : 
        properties:IEnumerable<string> -> string
Protected MustOverride Function AnonymousType (
    properties As IEnumerable(Of String)
) As String

Parameters

Return Value

Type: System.String

The lambda.

See Also

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

Return to top