ODataConnectionSettings class

Representation of connection settings to OData service. An OData connection setting could point to the OData service or to an OData metadata connection.

Inheritance hierarchy

System.Object
  Microsoft.Office.BusinessData.SystemSpecific.OData.ODataConnectionSettings

Namespace:  Microsoft.Office.BusinessData.SystemSpecific.OData
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
Public Class ODataConnectionSettings _
    Implements IDisposable
'Usage
Dim instance As ODataConnectionSettings
public class ODataConnectionSettings : IDisposable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ODataConnectionSettings members

Microsoft.Office.BusinessData.SystemSpecific.OData namespace