HostDataConnection.OpenCursor(String, DataCursorOpenMode, DataCursorShareFlags, Type, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::HostIntegration::MsHostFileClient::IDataCursor ^ OpenCursor(System::String ^ FileName, Microsoft::HostIntegration::MsHostFileClient::DataCursorOpenMode OpenMode, Microsoft::HostIntegration::MsHostFileClient::DataCursorShareFlags Share, Type ^ Type, bool IsDefaultType);
public Microsoft.HostIntegration.MsHostFileClient.IDataCursor OpenCursor (string FileName, Microsoft.HostIntegration.MsHostFileClient.DataCursorOpenMode OpenMode, Microsoft.HostIntegration.MsHostFileClient.DataCursorShareFlags Share, Type Type, bool IsDefaultType);
abstract member OpenCursor : string * Microsoft.HostIntegration.MsHostFileClient.DataCursorOpenMode * Microsoft.HostIntegration.MsHostFileClient.DataCursorShareFlags * Type * bool -> Microsoft.HostIntegration.MsHostFileClient.IDataCursor
override this.OpenCursor : string * Microsoft.HostIntegration.MsHostFileClient.DataCursorOpenMode * Microsoft.HostIntegration.MsHostFileClient.DataCursorShareFlags * Type * bool -> Microsoft.HostIntegration.MsHostFileClient.IDataCursor
Parameters
- FileName
- String
- OpenMode
- DataCursorOpenMode
- Share
- DataCursorShareFlags
- Type
- Type
- IsDefaultType
- Boolean