Hi,
I'm using adapter.
The SourceColumnName-Property is not availible.
But I solved the this.
I write a partial class which extends the DataAccessAdapter-class:
public IFieldPersistenceInfo GetFieldPersistenceInfoPublic(IEntityField2 field)
{
return base.GetFieldPersistenceInfo(field);
}
Now I can get the SourceColumnName-Property.
Thanks a lot.
Greetings from Germany and sorry for my terrible english
Sascha