EFStoredProcedureInfoCollection.AddRange Method
Name | Parameters | Description |
---|---|---|
AddRange(EFStoredProcedureInfo[]) | storedProcedureInfos | Adds an array of EFStoredProcedureInfo objects to the collection. |
AddRange(IEnumerable<EFStoredProcedureInfo>) | storedProcedureInfos | Adds a collection of EFStoredProcedureInfo objects to the current collection. |