| SourceFieldFinder.FieldsFound Property  | 
 
            Gets the fields found.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic List<IEntityFieldCore> FieldsFound { get; }Public ReadOnly Property FieldsFound As List(Of IEntityFieldCore)
	Get
Property Value
Type: 
List<IEntityFieldCore>
See Also