LLBLGenProODataServiceBaseTLinqMetaDataAllowSubTypeNavigators Property |
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.
Namespace:
SD.LLBLGen.Pro.ODataSupportClasses
Assembly:
SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax protected virtual bool AllowSubTypeNavigators { get; }
Protected Overridable ReadOnly Property AllowSubTypeNavigators As Boolean
Get
Property Value
Type:
BooleanSee Also