| LinqUtilsObtainValidFieldFromEntity Method (Type, IElementCreatorCore) | 
            Obtains a valid field from the entity of which the type is passed in. A valid field is a field which is located in that entity and also defined in that
            entity so not inherited from a supertype.
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic static IEntityFieldCore ObtainValidFieldFromEntity(
	Type entityType,
	IElementCreatorCore generatedCodeElementCreator
)
Public Shared Function ObtainValidFieldFromEntity ( 
	entityType As Type,
	generatedCodeElementCreator As IElementCreatorCore
) As IEntityFieldCore
Parameters
- entityType
 - Type: SystemType
Type of the entity. - generatedCodeElementCreator
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The generated code element creator. 
Return Value
Type: 
IEntityFieldCorevalid field of entity.
See Also