DataServiceContext.DefaultResolveType(String, String, String) 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.
Determines the type that
protected internal Type DefaultResolveType (string typeName, string fullNamespace, string languageDependentNamespace);
member this.DefaultResolveType : string * string * string -> Type
Protected Friend Function DefaultResolveType (typeName As String, fullNamespace As String, languageDependentNamespace As String) As Type
Parameters
- typeName
- String
Name of the type to resolve.
- fullNamespace
- String
Namespace of the type.
- languageDependentNamespace
- String
Namespace of the type, can be different in VB than the fullNamespace.
Returns
Type that the name resolved to or null if none found.
Remarks
Function was added for Portable Lib support to handle the differences in accessing the assembly of the context.