Enumerates all model fields except filters.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function GetFields( _
ByVal match As System.Predicate(Of Field) _
) As System.Collections.Generic.IEnumerable(Of Field) |
| C# | |
|---|
public System.Collections.Generic.IEnumerable<Field> GetFields(
System.Predicate<Field> match
) |
Parameters
- match
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also