Table of Contents

Class GrpcLinqService

Namespace
LinqToDB.Remote.Grpc
Assembly
linq2db.Remote.Grpc.dll

grpc-based remote data context server implementation.

public class GrpcLinqService : IGrpcLinqService
Inheritance
GrpcLinqService
Implements

Constructors

GrpcLinqService(ILinqService, bool)

Create instance of grpc-based remote data context server.

public GrpcLinqService(ILinqService linqService, bool transferInternalExceptionToClient)

Parameters

linqService ILinqService

Remote data context server services.

transferInternalExceptionToClient bool

when true, exception from server will contain exception details; otherwise generic grpc exception will be provided to client.

Exceptions

ArgumentNullException