3 references to Name
System.Data (3)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (2)
316
Debug.Assert(confElement.
Name
!= null && confElement.Version != null, "Both name and version should not be null");
317
tempConfigurableInstances.Add(confElement.
Name
.Trim(), new InstanceInfo(confElement.Version.Trim()));
fx\src\data\System\Data\SqlClient\LocalDBConfig.cs (1)
68
return ((LocalDBInstanceElement)element).
Name
;