コード例 #1
0
ファイル: tbl_UserType.cs プロジェクト: evgeniynet/APIBeta
        public tbl_UserType()
        {
            tbl_UserTypeSchema _schema = new tbl_UserTypeSchema();

            this.SchemaEntries = _schema.SchemaEntries;
            this.SchemaGlobal  = "dbo";
        }
コード例 #2
0
ファイル: tbl_UserType.cs プロジェクト: evgeniynet/DataLayer
 public tbl_UserType()
 {
     tbl_UserTypeSchema _schema = new tbl_UserTypeSchema();
     this.SchemaEntries = _schema.SchemaEntries;
     this.SchemaGlobal = "dbo";
 }