C# Класс Nettiers.AdventureWorks.Web.Data.EntityProperty

Represents an EntityRelationshipMember column mapping.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

EntityProperty() публичный Метод

Initializes a new instance of the EntityProperty class.
public EntityProperty ( ) : System
Результат System

EntityProperty() публичный Метод

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