Table of Contents

Interface IDmlService

Namespace
LinqToDB.Internal.DataProvider
Assembly
linq2db.dll

Provider-specific DML mechanics that can't be expressed through SQL generation alone. Resolved from the data context's service provider by query runners that execute DML.

public interface IDmlService
Extension Methods

Methods

IsTableNotFoundException(Exception)

Returns true if the given exception indicates the target table does not exist. Used by DropTable to decide whether a "not exists" suppression request should swallow a given error.

bool IsTableNotFoundException(Exception exception)

Parameters

exception Exception

Returns

bool