13 references to GetString
System.Data.Entity (13)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
65
if (!Utils.
GetString
(Schema, reader, out type))
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
691
if (!Utils.
GetString
(Schema, reader, out type))
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (2)
70
if (Utils.
GetString
(Schema, reader, out entitySetName))
79
if (Utils.
GetString
(Schema, reader, out entitySetPath))
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
187
if (!Utils.
GetString
(Schema, reader, out type))
System\Data\EntityModel\SchemaObjectModel\ReferenceTypeElement.cs (1)
54
if (!Utils.
GetString
(Schema, reader, out type))
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraintRoleElement.cs (1)
95
Utils.
GetString
(Schema, reader, out roleName);
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (3)
159
if (!Utils.
GetString
(Schema, reader, out type))
185
if (Utils.
GetString
(Schema, reader, out entitySetName))
195
if (Utils.
GetString
(Schema, reader, out entitySetPath))
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
67
if (!Utils.
GetString
(Schema, reader, out type))
System\Data\EntityModel\SchemaObjectModel\TypeRefElement.cs (1)
55
if (!Utils.
GetString
(Schema, reader, out type))
System\Data\EntityModel\SchemaObjectModel\Utils.cs (1)
130
if (!
GetString
(schema, reader, out name))