Class SqliteSettableBase<TSetting>
public abstract class SqliteSettableBase<TSetting> : DbSettableBase<TSetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable, IDbSettable, ISqliteOption where TSetting : new()
Type Parameters
TSetting
- Inheritance
-
LazySettableInstance<TSetting>DbSettableBase<TSetting>SqliteSettableBase<TSetting>
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
FilePath
[Display(Name = "数据库文件夹路径", Description = "数据库保存的文件夹路径")]
public string FilePath { get; set; }
Property Value
InitialCatalog
[Display(Name = "数据库名称", Description = "数据库文件的名称")]
public string InitialCatalog { get; set; }
Property Value
Methods
GetConnect()
public override string GetConnect()
Returns
LoadDefault()
加载默认值。
public override void LoadDefault()