| IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityProperty Class : GetEntityProperty Method |
'DeclarationPublic Shared Function GetEntityProperty( _ ByVal entityType As Type, _ ByVal propertyName As String, _ Optional ByVal ignoreCase As Boolean _ ) As EntityProperty
'UsageDim entityType As Type Dim propertyName As String Dim ignoreCase As Boolean Dim value As EntityProperty value = EntityProperty.GetEntityProperty(entityType, propertyName, ignoreCase)
public static EntityProperty GetEntityProperty( Type entityType, string propertyName, bool ignoreCase )
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