dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBFile Class / CloseFile Method

On this page
    CloseFile Method
    On this page
    Closes the physical file associated with the OracleBFile object opened before by OpenFile method.
    Syntax
    'Declaration
     
    Public Sub CloseFile() 
    public void CloseFile()
    Remarks
    Use CloseFile method to close the physical file associated with the OracleBFile object.
    See Also