IndexAnnotationSerializer.Deserialize Method (String, String)
Deserializes the given string back into an IndexAnnotation object.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- name
-
Type:
System.String
The name of the annotation that is being deserialized.
- value
-
Type:
System.String
The string to deserialize.
Exception | Condition |
---|---|
FormatException | If there is an error reading the serialized value. |