'Declaration Public Overloads Sub Attach( _ ByVal entity As TEntity, _ ByVal asModified As Boolean _ )
public void Attach( TEntity entity, bool asModified )
Parameters
- entity
- The entity to be attached.
- asModified
- True to attach the entity as modified.