IPropertyDescriptorFactoryGetPropertyDescriptors Method  | 
 
            Constructs the actual property descriptor collection.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
SyntaxPropertyDescriptorCollection GetPropertyDescriptors(
	IEntity entityToCheck,
	Type typeOfEntity
)
Function GetPropertyDescriptors ( 
	entityToCheck As IEntity,
	typeOfEntity As Type
) As PropertyDescriptorCollection
Parameters
- entityToCheck
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
entity instance which properties should be included in the collection - typeOfEntity
 - Type: SystemType
full type of the entity 
Return Value
Type: 
PropertyDescriptorCollectionfilled in property descriptor collection
See Also