Ejemplo n.º 1
0
 public ColumnMapping Clone()
 {
     return(new ColumnMapping(attributes.Clone()));
 }
Ejemplo n.º 2
0
 protected ColumnBasedMappingBase(AttributeStore underlyingStore)
 {
     attributes = underlyingStore.Clone();
 }
 protected ColumnBasedMappingBase(AttributeStore underlyingStore)
 {
     attributes = underlyingStore.Clone();
 }