Table of Contents

Method CanThrowWarningIfNot

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

CanThrowWarningIfNot(Operation, T)

Checks if the specified operation can be performed and throws a warning if not.

protected void CanThrowWarningIfNot(Operation operation, T entity = null)

Parameters

operation Operation

The operation to check.

entity T

The entity to check.

CanThrowWarningIfNot(Operation, IPrimaryKey)

Checks if the specified operation can be performed and throws a warning if not.

public void CanThrowWarningIfNot(Operation operation, IPrimaryKey keys)

Parameters

operation Operation

The operation to check.

keys IPrimaryKey

The primary keys to check.