Метод | Описание | |
---|---|---|
EntityProperty ( ) : System |
Initializes a new instance of the EntityProperty class.
|
|
EntityProperty ( String controlId, String dataField, int columnIndex, bool isKey ) : System |
Initializes a new instance of the EntityProperty class.
|
public EntityProperty ( String controlId, String dataField, int columnIndex, bool isKey ) : System | ||
controlId | String | The control's ID property value. |
dataField | String | The property name to bind to. |
columnIndex | int | The zero-based column index. |
isKey | bool | A value indicating whether the property /// should be treated as a key field. |
Результат | System |