IdeaBlade.Core Assembly > IdeaBlade.Core.DomainServices Namespace > QueryAttribute Class : PreserveName Property |
'Declaration
Public Property PreserveName As Boolean
'Usage
Dim instance As QueryAttribute Dim value As Boolean instance.PreserveName = value value = instance.PreserveName
public bool PreserveName {get; set;}
var query = new EntityQuery<Foo>("Foos")
If PreserveName is true for the method, then the query would be: var query = new EntityQuery<Foo>("GetFoos")
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2