CSharpCodeHelper.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)

Syntax

protected override string StringArray(
    IEnumerable<string> values
)
protected:
virtual String^ StringArray(
    IEnumerable<String^>^ values
) override
override StringArray : 
        values:IEnumerable<string> -> string
Protected Overrides Function StringArray (
    values As IEnumerable(Of String)
) As String

Parameters

Return Value

Type: System.String

The literal.

See Also

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

Return to top