DatabaseFileStream Property |
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public Stream FileStream { get; set; }
Public Property FileStream As Stream
Get
Set
public:
property Stream^ FileStream {
Stream^ get ();
void set (Stream^ value);
}
member FileStream : Stream with get, set
Property Value
Type:
StreamSee Also