CSharpCodeHelper.AnonymousType Method (IEnumerable<String>)

 

Gets 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)

protected override string AnonymousType(
	IEnumerable<string> properties
)

Parameters

properties
Type: System.Collections.Generic.IEnumerable<String>

The properties.

Return Value

Type: System.String

The lambda.