AnonymousTypeCache<TContext>.Create 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.
public:
virtual Type ^ Create(Microsoft::Xrm::Sdk::Data::CodeGen::AnonymousTypeDescriptor ^ typeDescriptor, TContext context);
public Type Create (Microsoft.Xrm.Sdk.Data.CodeGen.AnonymousTypeDescriptor typeDescriptor, TContext context);
abstract member Create : Microsoft.Xrm.Sdk.Data.CodeGen.AnonymousTypeDescriptor * 'Context -> Type
override this.Create : Microsoft.Xrm.Sdk.Data.CodeGen.AnonymousTypeDescriptor * 'Context -> Type
Public Function Create (typeDescriptor As AnonymousTypeDescriptor, context As TContext) As Type
Parameters
- typeDescriptor
- AnonymousTypeDescriptor
- context
- TContext