Click or drag to resize
LinqUtilsObtainValidFieldFromEntity Method
Overload List
  NameDescription
Public methodStatic memberObtainValidFieldFromEntity(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.
Public methodStatic memberObtainValidFieldFromEntity(Type, IElementCreatorCore, String)
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.
Top
See Also