The key for the sequence.
Namespace:
BerkeleyDBAssembly: libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.25.0
Syntax
C# |
---|
public DatabaseEntry Key { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Key As DatabaseEntry |
Visual C++ |
---|
public: property DatabaseEntry^ Key { DatabaseEntry^ get (); } |