DbCursor.DataBase Property | |
The path to the database (DBC) that contains the table or view associated with a cursor.
If the cursor is based on a free table, Database contains an empty string ("").
Namespace:
XSharp.VFP.UI
Assembly:
XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax VIRTUAL PROPERTY DataBase AS STRING GET SET
public virtual string DataBase { get; set; }
Request Example
View SourceProperty Value
Type:
StringSee Also