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
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.