SyncDataSet.SyncFieldMappingsRow members
Represents synchronized field mapping information as a row in the SyncDataSet.SyncFieldMappingsDataTable object.
The SyncDataSet.SyncFieldMappingsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
SYNC_IS_PROJECT_CUSTOM_FIELD | Gets or sets a Boolean value that specifies whether the field is a project custom field. | |
SYNC_PROJECT_FIELD_NAME | Gets or sets the name of the corresponding field in project. | |
SYNC_PROJECT_FIELD_UID | Gets or sets the GUID of the corresponding field in project. | |
SYNC_WSS_FIELD_NAME | Gets or sets the name of the field in WSS. | |
SYNC_WSS_FIELD_UID | Gets or sets the GUID of the field in WSS. | |
SYNC_WSS_LIST_UID | Gets or sets the GUID of the list in WSS. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top