Esempio n. 1
0
 public AnnotatedBuilder(SQLiteDatabase database, Type type, SQLiteBuildTableOptions options = null)
     : base(database, type, options)
 {
 }
Esempio n. 2
0
 protected override SQLiteObjectTableBuilder CreateObjectTableBuilder(Type type, SQLiteBuildTableOptions options = null) => new AnnotatedBuilder(this, type, options);