The byte string stored in or retrieved from a database
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public byte[] Data { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Data As Byte() |
Visual C++ |
---|
public: property array<unsigned char>^ Data { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |