[]
Gets a binding expression.
protected virtual IExpression GetBindingExpression(IEnumerable<PropertyInfo> propertyInfo, IEnumerable<string> property)
Protected Overridable Function GetBindingExpression(propertyInfo As IEnumerable(Of PropertyInfo), [property] As IEnumerable(Of String)) As IExpression
| Type | Name | Description |
|---|---|---|
| IEnumerable<PropertyInfo> | propertyInfo | the path in the binding source. |
| IEnumerable<string> | property | the names of path in the binding source. |
| Type | Description |
|---|---|
| IExpression |