Class GrpcLinqService
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
ILinqServiceRemote data context server services.
transferInternalExceptionToClient
boolwhen
true
, exception from server will contain exception details; otherwise generic grpc exception will be provided to client.