[]
Gets a value indicating whether the specified expression is a property reference.
public static bool IsPropertyRef(this ExpressionInfo e, string collectionName, params string[] properties)
| Type | Name | Description |
|---|---|---|
| ExpressionInfo | e | An ExpressionInfo object to check for. |
| string | collectionName | A string value indicating the collection name to check against. |
| string[] | properties | An array of the string value containing the properties to check against. |
| Type | Description |
|---|---|
| bool | A bool value where |