Click or drag to resize
LLBLGenProODataServiceBaseTLinqMetaData Properties

The LLBLGenProODataServiceBaseTLinqMetaData generic type exposes the following members.

Properties
  NameDescription
Protected propertyAllowSubTypeNavigators
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.
Protected propertyContainerName
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"
Protected propertyContainerNamespace
Gets the container namespace. This is used in the $metadata response. By default it returns the namespace of the TLinqMetaData type.
Protected propertyCurrentDataSource
Gets the data source instance currently being used to process the request.
(Inherited from DataServiceTLinqMetaData.)
Protected propertyExpandProvider
Gets the expand provider.
Protected propertyMetadata
Gets the meta data of the model represented by the service
Public propertyODataWriterFactory (Inherited from DataServiceTLinqMetaData.)
Public propertyProcessingPipeline
Gets an object that defines the events for the data service processing pipeline.
(Inherited from DataServiceTLinqMetaData.)
Protected propertyQueryProvider
Gets the query provider.
Protected propertyUpdateProvider
Gets the update provider.
Top
See Also