EntityParameterCollection.AddRange Method

 

Adds an array of values to the end of the collection.

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

NameDescription
System_CAPS_pubmethodAddRange(Array)

Adds an array of values to the end of the EntityParameterCollection .(Overrides DbParameterCollection.AddRange(Array).)

System_CAPS_pubmethodAddRange(EntityParameter[])

Adds an array of EntityParameter values to the end of the EntityParameterCollection .


EntityParameterCollection.AddRange Method (Array)

Adds an array of values to the end of the EntityParameterCollection .

public override void AddRange(
	Array values
)

Parameters

values
Type: System.Array

The Array values to add.


EntityParameterCollection.AddRange Method (EntityParameter[])

Adds an array of EntityParameter values to the end of the EntityParameterCollection .

public void AddRange(
	EntityParameter[] values
)