EdmFunctionPayload.ReturnParameters Property

 

Gets or sets the return parameters.

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

[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<FunctionParameter> ReturnParameters {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Collections.Generic.IList<FunctionParameter>

The return parameters.