Opens the index for use.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Open method not needed, automatically opened in the constructor now.", false)] public virtual void Open()
<ObsoleteAttribute("Open method not needed, automatically opened in the constructor now.", _ False)> _ Public Overridable Sub Open
[ObsoleteAttribute(L"Open method not needed, automatically opened in the constructor now.", false)] public: virtual void Open()
Remarks
Will not reopen the DataAccess layer if it is already opened.