ParameterModel.IsOutParameter Property

 

Gets or sets a value indicating whether this instance is an out parameter.

Namespace:   System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

public bool IsOutParameter {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Boolean

true if this instance is an out parameter; otherwise, false..