'Declaration Overloads Sub AttachAll( _ ByVal entities As IEnumerable, _ ByVal asModified As Boolean _ )
void AttachAll( IEnumerable entities, bool asModified )
Parameters
- entities
 - The collection of entities.
 - asModified
 - true to attach the entities as modified.