ObjectParameter.Name Property

 

Gets the parameter name, which can only be set through a constructor.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

public string Name { get; }

Property Value

Type: System.String

The parameter name, which can only be set through a constructor.