Click or drag to resize
IElementCreator2 Interface
Interface for creating project elements from somewhere else, like inside Linq providers.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IElementCreator2 : IElementCreatorCore

The IElementCreator2 type exposes the following members.

Methods
  NameDescription
Public methodCreateDynamicRelation(DerivedTableDefinition)
Creates a new dynamic relation instance
(Inherited from IElementCreatorCore.)
Public methodCreateDynamicRelation(DerivedTableDefinition, JoinHint, DerivedTableDefinition, IPredicate)
Creates a new dynamic relation instance
(Inherited from IElementCreatorCore.)
Public methodCreateDynamicRelation(DerivedTableDefinition, JoinHint, String, String, IPredicate)
Creates a new dynamic relation instance
(Inherited from IElementCreatorCore.)
Public methodCreateDynamicRelation(IEntityFieldCore, JoinHint, DerivedTableDefinition, String, IPredicate)
Creates a new dynamic relation instance
(Inherited from IElementCreatorCore.)
Public methodCreateDynamicRelation(String, JoinHint, String, String, String, IPredicate)
Creates a new dynamic relation instance
(Inherited from IElementCreatorCore.)
Public methodCreateDynamicRelation(IEntityFieldCore, JoinHint, String, String, String, IPredicate)
Creates a new dynamic relation instance
(Inherited from IElementCreatorCore.)
Public methodCreateResultsetFields
Creates a new resultset fields object with the number of field slots reserved as specified
Public methodGetFactory(Int32)
Gets the factory of the Entity type with the EntityType value passed in
Public methodGetFactory(Type)
Gets the factory of the Entity type with the .NET type passed in
Public methodGetTypedViewFields
Gets the typed view fields of the typedview with the typedviewenum type value specified.
(Inherited from IElementCreatorCore.)
Public methodObtainInheritanceInfoProviderInstance
Obtains the inheritance info provider instance from the singleton
(Inherited from IElementCreatorCore.)
Top
See Also