C# Class RunningObjects.Data.EntityFramework.ValidationContextExtensions

Mostra file Open project: edurdias/RunningObjects

Public Methods

Method Description
State ( this context ) : System.Data.EntityState
State ( this context, System.Data.EntityState state ) : void

Method Details

State() public static method

public static State ( this context ) : System.Data.EntityState
context this
return System.Data.EntityState

State() public static method

public static State ( this context, System.Data.EntityState state ) : void
context this
state System.Data.EntityState
return void