Table of Contents

Class SqliteSettableBase<TSetting>

Namespace
H.DataBases.Sqlite
Assembly
H.DataBases.Sqlite.dll
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
DbSettableBase<TSetting>
SqliteSettableBase<TSetting>
Implements
Derived
Inherited Members
Extension Methods

Properties

FilePath

[Display(Name = "数据库文件夹路径", Description = "数据库保存的文件夹路径")]
public string FilePath { get; set; }

Property Value

string

InitialCatalog

[Display(Name = "数据库名称", Description = "数据库文件的名称")]
public string InitialCatalog { get; set; }

Property Value

string

Methods

GetConnect()

public override string GetConnect()

Returns

string

LoadDefault()

加载默认值。

public override void LoadDefault()