SupportsEntityClass Method
Gets whether or not this PropertyDefinition is associated with the specified entity class
Syntax
public System.bool SupportsEntityClass(
System.string entityClassName
)Public Function SupportsEntityClass( _
ByVal entityClassName As System.String _
) As System.BooleanParameters
| Name | Description |
|---|---|
| entityClassName | The name of the entity class that we are testing |