IdeaBlade DevForce 2010 Help Reference
GetEntityProperty Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityProperty Class : GetEntityProperty Method



entityType
Type of the entity.
propertyName
Name of the property.
ignoreCase
Gets the entity property for a specified entity type and property name.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetEntityProperty( _
   ByVal entityType As Type, _
   ByVal propertyName As String, _
   Optional ByVal ignoreCase As Boolean _
) As EntityProperty
Visual Basic (Usage)Copy Code
Dim entityType As Type
Dim propertyName As String
Dim ignoreCase As Boolean
Dim value As EntityProperty
 
value = EntityProperty.GetEntityProperty(entityType, propertyName, ignoreCase)
C# 
public static EntityProperty GetEntityProperty( 
   Type entityType,
   string propertyName,
   bool ignoreCase
)
C++/CLI 
public:
static EntityProperty^ GetEntityProperty( 
   Type^ entityType,
   String^ propertyName,
   bool ignoreCase
) 

Parameters

entityType
Type of the entity.
propertyName
Name of the property.
ignoreCase

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.