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

In This Topic
    CloseFile Method
    In This Topic
    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