Processes the specified assembly for entity implementation types and adds all mapping information to the specified mapping store

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public void AddMappingsForAssembly(
	EntityMappingStore mappingStore,
	Assembly assembly
)
Visual Basic
Public Sub AddMappingsForAssembly ( 
	mappingStore As EntityMappingStore,
	assembly As Assembly
)
Visual C++
public:
void AddMappingsForAssembly(
	EntityMappingStore^ mappingStore, 
	Assembly^ assembly
)
F#
member AddMappingsForAssembly : 
        mappingStore : EntityMappingStore * 
        assembly : Assembly -> unit 

Parameters

mappingStore
Type: BrightstarDB.EntityFramework..::..EntityMappingStore
The EntityMappingStore to be updated
assembly
Type: System.Reflection..::..Assembly
The assembly to be processed

See Also