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