CodeHelper.StringArray Method (IEnumerable<String>)

 

Gets the string array literal for the specified values.

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

protected abstract string StringArray(
	IEnumerable<string> values
)

Parameters

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

The values.

Return Value

Type: System.String

The literal.