public ColumnMapping Clone()
 {
     return(new ColumnMapping(attributes.Clone()));
 }
Beispiel #2
0
 protected ColumnBasedMappingBase(AttributeStore underlyingStore)
 {
     attributes = underlyingStore.Clone();
 }
 protected ColumnBasedMappingBase(AttributeStore underlyingStore)
 {
     attributes = underlyingStore.Clone();
 }