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