Ninja Database Pro
StreamFactory Method (IsolatedStorageDatabase)



KellermanSoftware.NinjaDatabasePro Namespace > IsolatedStorageDatabase Class : StreamFactory Method
Syntax
Public Function StreamFactory( _
   ByVal path As String, _
   ByVal fileMode As FileMode, _
   ByVal fileAccess As FileAccess _
) As IStorageStream
Dim instance As IsolatedStorageDatabase
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

IsolatedStorageDatabase Class
IsolatedStorageDatabase Members