When a column in database is set as Binary the template generates Binary type instead of Byte[].
The issue is at line 321 in T4RIA.tt where the following code should be added:
case "Binary":
type =...
Id #7012 | Release:
None
| Updated: Feb 14 at 6:52 PM by valeriuz | Created: Jun 27, 2012 at 8:21 AM by valeriuz
When I try to load items to collection which already have another new items (EntityState == EntityState.New), I got "An item with the same key has already been added." exception and after investiga...
Id #6967 | Release:
None
| Updated: Feb 14 at 6:52 PM by JoeBrockhaus | Created: May 25, 2012 at 9:51 AM by drucik86
Could we add error reporting for Operations that have errors. At the moment they are silently ignored. Debug output alone would be fine.
Something like in ComboBoxExtensions.RaiseLoadCompleted(...
Id #6959 | Release:
None
| Updated: Feb 14 at 6:52 PM by rockresolve | Created: May 21, 2012 at 4:18 AM by rockresolve
public static IEnumerable<T> Clone<T>(this EntitySet<T> collection, IEnumerable<T> source, LoadBehavior loadBehavior) where T : Entity, new()
Clone static method that clones an IEnumerable of ent...
Id #6743 | Release:
None
| Updated: Feb 14 at 6:52 PM by bjporada | Created: Feb 5, 2012 at 1:11 PM by bjporada
If the only change I have to an entity is the addition of an EntityAction the extract state extension method fails. the entity property HasChanges returns true but entity.GetOriginal(); returns a n...
Id #6739 | Release:
None
| Updated: Feb 14 at 6:52 PM by bjporada | Created: Feb 3, 2012 at 8:13 PM by bjporada
I'd like to request that IsTabStop be set to false by default on the ComboBoxDataSource Control because it is not a visible ui element.
Thank you.
Id #6607 | Release:
None
| Updated: Feb 14 at 6:52 PM by icnocop | Created: Nov 19, 2011 at 2:55 AM by icnocop
I'd like to request the ability to support SortDescriptors in ComboBoxDataSource.
Thank you.
Id #6606 | Release:
None
| Updated: Feb 14 at 6:52 PM by icnocop | Created: Nov 18, 2011 at 9:00 PM by icnocop
I would like to request that ComboBoxDataSource be renamed to ReadOnlyDataSource.
It does not seem that ComboBoxDataSource is strictly dependent to be used for a ComboBox and so maybe "ReadOnlyDa...
Id #6605 | Release:
None
| Updated: Feb 14 at 6:52 PM by icnocop | Created: Nov 17, 2011 at 3:20 AM by icnocop
I'd like to request that the documentation and sample code from the original ComboBoxExtensions source be included in this source code repository for two main reasons:
all references for the Combo...
Id #6604 | Release:
None
| Updated: Feb 14 at 6:52 PM by icnocop | Created: Nov 17, 2011 at 3:12 AM by icnocop
I'd like to request that support when communicating with a LinqToEntitiesDomainService data type on the ComboBoxDataSource be improved by automatically appending "Query" to the OperationName.
For...
Id #6603 | Release:
None
| Updated: Feb 14 at 6:52 PM by icnocop | Created: Nov 17, 2011 at 2:53 AM by icnocop