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