3 references to s_itKeyword
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (3)
366selectProperties.AppendFormat(CultureInfo.InvariantCulture, "{0}{1}", s_itKeyword, EscapePropertyName(_entityTypeProperties[propertyIndex])); 412int propertyIndex = ReadPropertyName(propertyName.Substring(s_itKeyword.Length)); 458return propertyName.StartsWith(s_itKeyword, StringComparison.OrdinalIgnoreCase);