Ninja Database Pro
StreamFactory Method (FileDatabase)



KellermanSoftware.NinjaDatabasePro Namespace > FileDatabase Class : StreamFactory Method
Create a FileStream to be used in the database
Syntax
Public Function StreamFactory( _
   ByVal path As String, _
   ByVal fileMode As FileMode, _
   ByVal fileAccess As FileAccess _
) As IStorageStream
Dim instance As FileDatabase
Dim path As String
Dim fileMode As FileMode
Dim fileAccess As FileAccess
Dim value As IStorageStream
 
value = instance.StreamFactory(path, fileMode, fileAccess)
public IStorageStream StreamFactory( 
   string path,
   FileMode fileMode,
   FileAccess fileAccess
)
public:
IStorageStream^ StreamFactory( 
   String^ path,
   FileMode fileMode,
   FileAccess fileAccess
) 

Parameters

path
fileMode
fileAccess
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FileDatabase Class
FileDatabase Members