public override int GetHashCode()
 {
     return(Schema.GetHashCode() ^ DatabaseLink.GetHashCode());
 }