We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6a9cd commit 923aa07Copy full SHA for 923aa07
Source/Csla.Web/Design/ObjectViewSchema.cs
@@ -61,7 +61,7 @@ public IDataSourceViewSchema[] GetChildren()
61
public IDataSourceFieldSchema[] GetFields()
62
{
63
ITypeResolutionService typeService = null;
64
- List<ObjectFieldInfo> result = new List<ObjectFieldInfo>();
+ var result = new List<IDataSourceFieldSchema>();
65
66
if (_designer != null)
67
0 commit comments