ObjectParameter::Name Property

 

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

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

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

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

When instantiated, the parameter name cannot be changed. The parameter value can be set or changed through the Value property. After the query has been compiled, the value cannot be changed. For more information, see Query Builder Methods.

The example in this topic is based on the AdventureWorks Sales Model. The example adds new parameters to the collection. It iterates through the ObjectParameterCollection and displays the name, type, and value of each parameter in the collection.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show: