Cucumber.SimpleDb.Session.SessionSimpleDbItem.DeleteWhen C# (CSharp) Method

DeleteWhen() public method

public DeleteWhen ( string attributeName, SimpleDbAttributeValue expectedValue ) : void
attributeName string
expectedValue SimpleDbAttributeValue
return void
        public void DeleteWhen(string attributeName, SimpleDbAttributeValue expectedValue)
        {
            throw new NotImplementedException();
        }