EntityParameterCollection.AddRange Method
Adds an array of values to the end of the collection.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | AddRange(Array) | Adds an array of values to the end of the EntityParameterCollection .(Overrides DbParameterCollection.AddRange(Array).) |
![]() | AddRange(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 .
EntityParameterCollection.AddRange Method (EntityParameter[])
Adds an array of EntityParameter values to the end of the EntityParameterCollection .
Parameters
- values
-
Type:
System.Data.Entity.Core.EntityClient.EntityParameter[]
The EntityParameter values to add.