Share via


DictIndex.isSql Method

Definition

Gets a value that indicates whether the index is in the SQL database.

public:
 virtual bool isSql();
public virtual bool isSql ();
abstract member isSql : unit -> bool
override this.isSql : unit -> bool
Public Overridable Function isSql () As Boolean

Returns

true if the index is in the SQL database; otherwise, false.

Applies to