IDataConnection.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:
Microsoft::HostIntegration::MsHostFileClient::IDataCursor ^ OpenCursor(System::String ^ fileName, Microsoft::HostIntegration::MsHostFileClient::DataCursorOpenMode openMode, Microsoft::HostIntegration::MsHostFileClient::DataCursorShareFlags shareFlags, Type ^ recordType, bool isDefaultType);
public Microsoft.HostIntegration.MsHostFileClient.IDataCursor OpenCursor (string fileName, Microsoft.HostIntegration.MsHostFileClient.DataCursorOpenMode openMode, Microsoft.HostIntegration.MsHostFileClient.DataCursorShareFlags shareFlags, Type recordType, bool isDefaultType);
abstract member OpenCursor : string * Microsoft.HostIntegration.MsHostFileClient.DataCursorOpenMode * Microsoft.HostIntegration.MsHostFileClient.DataCursorShareFlags * Type * bool -> Microsoft.HostIntegration.MsHostFileClient.IDataCursor
Public Function OpenCursor (fileName As String, openMode As DataCursorOpenMode, shareFlags As DataCursorShareFlags, recordType As Type, isDefaultType As Boolean) As IDataCursor
Parameters
- fileName
- String
- openMode
- DataCursorOpenMode
- shareFlags
- DataCursorShareFlags
- recordType
- Type
- isDefaultType
- Boolean