[]
Wraps an object so the transaction scope is automatically opened when a value is being assigned to a property of the wrapped object.
public object ScopeDataContext(object entity)
Type | Name | Description |
---|---|---|
object | entity | The object to wrap. |
Type | Description |
---|---|
object | The wrapped object. |