public VwRelationshipSchema(VwRelationshipSchema source) : base(source) { }
public VwRelationshipSchema(VwRelationshipSchema source, bool isShallowClone) : base(source, isShallowClone) { }