Windward Engine API Reference
ODataDataSourceImpl Class Members
See Also  Fields  Properties  Methods  Send comments on this topic.
net.windward.api.csharp Namespace : ODataDataSourceImpl Class


Glossary Item Box

The following tables list the members exposed by ODataDataSourceImpl.

Public Constructors

 NameDescription
Public ConstructorODataDataSourceImpl ConstructorCreate a DataSourceProvider that uses OData. This will connect to the OData datasource multiple times..  
Top

Public Fields

 NameDescription
Public FieldDEFAULT_VERSIONThe default OData version if not specified. This is also specified in OdataDataSourceImpl.cs!  
Top

Public Properties

 NameDescription
Public PropertyDatasourceReturn the underlying datasource provider. This always returns a DataSourceProvider object but as that is non-CLS and an interface method cannot be declared internal, we play this game. (Inherited from net.windward.api.csharp.DataSourceImplBase)
Public PropertyInternalParametersFor internal Windward use only. Do not call! This makes a copy and assigns the copy to the datasource. Therefore it overwrites any shared set of variables. Only use this in AutoTag when using a datasource outside the context of running a report. (Inherited from net.windward.api.csharp.DataSourceImplBase)
Public PropertyParamModeThe parameter substitution mode. (Inherited from net.windward.api.csharp.DataSourceImplBase)
Top

Public Methods

 NameDescription
Public MethodCloseCalled when processing is complete. Used to close any resources opened by this object. (Inherited from net.windward.api.csharp.DataSourceImplBase)
Public MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from net.windward.api.csharp.DataSourceImplBase)
Top

See Also

© 2019 All Rights Reserved.