예제 #1
0
        public UserProfile()
        {
            UserProfileSchema _schema = new UserProfileSchema();

            this.SchemaEntries = _schema.SchemaEntries;
            this.SchemaGlobal  = "dbo";
        }
예제 #2
0
 public UserProfile()
 {
     UserProfileSchema _schema = new UserProfileSchema();
     this.SchemaEntries = _schema.SchemaEntries;
     this.SchemaGlobal = "dbo";
 }