System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (5)
417bool success = Utils.GetUndottedName(Schema, reader, out name);
437if ( !Utils.GetDottedName(Schema,reader,out value) )
453if ( !Utils.GetInt(Schema, reader, out value) )
469if ( !Utils.GetByte(Schema, reader, out value) )
484if ( !Utils.GetBool(Schema,reader,out value) )