LLBLGenProODataServiceBaseTLinqMetaData Methods |
The LLBLGenProODataServiceBaseTLinqMetaData generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttachHost | Attaches the data service host to the data service identified by the parameter host. (Inherited from DataServiceTLinqMetaData.) |
![]() | CreateDataSource | Creates a data source of the template class that will be used by the data service. (Inherited from DataServiceTLinqMetaData.) |
![]() | CreateInternalProvider |
Creates metadataProvider and queryProvider internally.
This method will be called when the class derived from DataServiceT does implement IServiceProvider,
and T does not implement metadataPovider and queryProvider.
Default implementation supports EF5 provider and Reflection provider.
(Inherited from DataServiceTLinqMetaData.) |
![]() | CreateLinqMetaDataInstance |
Creates a new TLinqMetaData instance.
|
![]() | CreateTransactionControllerInstance |
Creates a ready to use transaction controller. For Adapter, create a new DataAccessAdapter instance. For Selfservicing, create a new
Transaction instance.
|
![]() | CreateUnitOfWorkInstance |
Creates a ready to use unit of work instance. For Adapter, create a new UnitOfWork2 instance. For SelfServicing, create a new
UnitOfWork instance.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetService | Returns service implementation. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HandleException | Called when an exception is raised while processing a request. (Inherited from DataServiceTLinqMetaData.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnStartProcessingRequest | 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.) |
![]() | ProcessRequest | Processes an request. (Inherited from DataServiceTLinqMetaData.) |
![]() | ProcessRequestForMessage | Processes an HTTP request. (Inherited from DataServiceTLinqMetaData.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |