Click or drag to resize
LLBLGenProODataServiceBaseTLinqMetaData Methods

The LLBLGenProODataServiceBaseTLinqMetaData generic type exposes the following members.

Methods
  NameDescription
Public methodAttachHost
Attaches the data service host to the data service identified by the parameter host.
(Inherited from DataServiceTLinqMetaData.)
Protected methodCreateDataSource
Creates a data source of the template class that will be used by the data service.
(Inherited from DataServiceTLinqMetaData.)
Protected methodCreateInternalProvider (Inherited from DataServiceTLinqMetaData.)
Protected methodCreateLinqMetaDataInstance
Creates a new TLinqMetaData instance.
Protected methodCreateTransactionControllerInstance
Creates a ready to use transaction controller. For Adapter, create a new DataAccessAdapter instance. For Selfservicing, create a new Transaction instance.
Protected methodCreateUnitOfWorkInstance
Creates a ready to use unit of work instance. For Adapter, create a new UnitOfWork2 instance. For SelfServicing, create a new UnitOfWork instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetService
Returns service implementation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHandleException
Called when an exception is raised while processing a request.
(Inherited from DataServiceTLinqMetaData.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnStartProcessingRequest
Called before processing each request. For batch requests, it is called one time for the top batch request and one time for each operation in the batch.
(Inherited from DataServiceTLinqMetaData.)
Public methodProcessRequest
Processes an HTTP request.
(Inherited from DataServiceTLinqMetaData.)
Public methodProcessRequestForMessage
Processes an HTTP request.
(Inherited from DataServiceTLinqMetaData.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also