Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the three letter prefix used for many of the files used by the database engine. For example, the checkpoint file is called EDB.CHK by default because EDB is the default base name.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property BaseName As String
Get
Set
'Usage
Dim instance As InstanceParameters
Dim value As String
value = instance.BaseName
instance.BaseName = value
public string BaseName { get; set; }
Property value
Type: System.String