コード例 #1
0
ファイル: RelationFinder.cs プロジェクト: abrobston/DB
 private LambdaRelationFinder(Vx.Context context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: RepositoryBase.cs プロジェクト: carlosga/DB
        protected Repository(Type type, Vx.Context context)
        {
            Context = context;

            Schema = new OrmSchema(type, this);
        }