LLBLGenProODataServiceBaseTLinqMetaData Properties |
The LLBLGenProODataServiceBaseTLinqMetaData generic type exposes the following members.
Name | Description | |
---|---|---|
AllowSubTypeNavigators |
Gets a value indicating whether subtype navigators are allowed (true, default) or not. As ODataSupportClasses is compiled against
an assembly which supports OData v3, the navigators of subtypes are by default allowed (OData v3 or higher). If you're communicating
with clients on OData v2, override this property and return false.
| |
ContainerName |
Gets the name of the container. This value is used for example when a proxy is generated by VS through Add Service Reference.
The main context class generated will have the ContainerName. By default it returns "LLBLGenProODataService"
| |
ContainerNamespace |
Gets the container namespace. This is used in the $metadata response. By default it returns the namespace of the TLinqMetaData type.
| |
CurrentDataSource | Gets the data source instance currently being used to process the request. (Inherited from DataServiceTLinqMetaData.) | |
ExpandProvider |
Gets the expand provider.
| |
Metadata |
Gets the meta data of the model represented by the service
| |
ODataWriterFactory | (Inherited from DataServiceTLinqMetaData.) | |
ProcessingPipeline | Gets an object that defines the events for the data service processing pipeline. (Inherited from DataServiceTLinqMetaData.) | |
QueryProvider |
Gets the query provider.
| |
UpdateProvider |
Gets the update provider.
|