DataServiceConfiguration.RegisterKnownType(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a type to the list of types that are recognized by the data service.
public:
virtual void RegisterKnownType(Type ^ type);
public void RegisterKnownType (Type type);
abstract member RegisterKnownType : Type -> unit
override this.RegisterKnownType : Type -> unit
Public Sub RegisterKnownType (type As Type)
Parameters
- type
- Type
Type to add to the collection of known types.
Implements
Remarks
A provider can use the RegisterKnownType method to register a type when it cannot be detected by the runtime by using the default set of rules.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.